Is there a way to globally listen for key presses in my own application window without needing to ha...
e
Is there a way to globally listen for key presses in my own application window without needing to have focus?
a
If your window has focus, you have functions for that in Window
e
I'll check that out, thanks.