help needed!
Posted: Thu Dec 20, 2007 4:30 pm
How to capture keys in a GUI for processing?
In windows I use the following code
And what are the key constants? apparfently the #VK_ dont work under linux
In windows I use the following code
Code: Select all
event = WaitWindowEvent( 5 )
Select event
Case #myKeyDown
key = EventwParam()
If key = #myKeyDelete And GetActiveGadget() = #result