Files
wxWidgets/samples/keyboard
Vadim Zeitlin 542aafff39 Ensure that we accept WXK_XXX in RegisterHotKey() in wxMSW
RegisterHotKey() wrongly expected to be given VK_XXX MSW virtual key
code constant, which couldn't work in portable code, so fix it to accept
WXK_XXX constants, while preserving compatibility by still accepting
VK_XXX values not clashing with them.
2019-05-02 20:53:18 +02:00
..
2018-01-22 00:51:11 +01:00
2018-01-22 00:51:11 +01:00
2018-12-10 19:06:18 +01:00
2018-09-17 22:34:32 +02:00