Event listener in Java without app having focus? (Global keypress detection)

前端 未结 3 1894
失恋的感觉
失恋的感觉 2020-11-30 13:41

I\'ve been searching for a while and everybody seems to think this is not possible using just Java, so I\'ll give SO a shot ;)

Is there any way to have my Java appli

3条回答
  •  一生所求
    2020-11-30 14:08

    Here is the best answer I've found:

    " There is a library to handle native keyboard and mouse control: https://github.com/kwhat/jnativehook) "

提交回复
热议问题