LucioC / class_share

my masters repo
0 stars 0 forks source link

Getting key events when windows has no focus #45

Closed LucioC closed 11 years ago

LucioC commented 11 years ago

To be able to present visual information and have feedback from a different windows, the main windows should be able to receive key events without focus.

LucioC commented 11 years ago

Created a IntercepKeyboard class that gets keydown events, registering a listener. It was only tested with the mainwindows screen yet.