Hi,
I want to execute a sub when the user presses a certain key combination while running..
I tried to implement this from Erel:
But I get an error that Reflector is unknown type and I don't know which library to use ?
thank you !
I want to execute a sub when the user presses a certain key combination while running..
I tried to implement this from Erel:
B4XDialog - Add keyboard handling
This code allows the user to close the dialog with 'escape' or one of the following keys: Y, N or C. It depends on agraham's jReflection library. Sub AddKeyPressedListener Dim r As Reflector r.Target = MainForm.RootPane r.AddEventHandler("keypressed"...
www.b4x.com
But I get an error that Reflector is unknown type and I don't know which library to use ?
thank you !