RegisterHotKey Event
Posted: Fri Feb 28, 2014 11:26 am
All of the examples I can find using the Windows RegisterHotKey make use of a static event table, which wxCrafter doesn't create. How can I register a systemwide hotkey using wxCrafter?
I can make the call to but I don't know how to attach it to an EVT_HOTKEY.
I can make the call to
Code: Select all
bool wxWindow::RegisterHotKey( int hotkeyId, int modifiers, int virtualKeyCode )