Is this jnativehook API reliable? I need to implement a method for capturing keys in my program, and this capture should continue to run even while the program is in the background.
I would not like to have to use any API for this, however as Java is a high-level language I think this is not possible .. "correct me if I am wrong."
How should I proceed to implement the above method in my program ???