Global KeyEvent

Jay1b

Well-known member
Joined
Aug 3, 2003
Messages
640
Location
Kent, Uk.
Hi

I want my properties screen to appear whenever i press F4, i can do it by tying in the on-key-press event on every object on that screen. But needless to say, it would look incredibly messy. I would like some nice tidy solution, anyone have any suggestions?

Thanks.
 
there was a thread about getting keys, even if a control has no focus, you need to use win32 callback/hook or DirectInput
 
I only want the properties menu to appear when i am in a particular frame. But i want it to appear whatever textbox currently had focus. Is that still the case, i think I wrote the original post rather misleadingly.
 
Back
Top