can i make a program to make keyboard and mouse idle or not responding for 10 seconds?
please how can i do that
can i make a program to make keyboard and mouse idle or not responding for 10 seconds?
please how can i do that
If you want to make your own program unresponsive to mouse/keyboard, then yes this can be done, but the specifics will depend on your program's set up. If you're trying to hijack the operating system's ability to respond to the mouse and keyboard, then no this can't be done with standard Java but would require outside help such as via JNA.
I didn't even know a keyboard could be set to an idle mode; as far as I know a keyboard is idle as long as I don't touch it. I think it's the same with mice ...
kind regards,
Jos
thanks Fubarable and JosAH