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
..
descrip.mms
keyboard_vc7.vcproj
keyboard_vc8.vcproj
keyboard_vc9.vcproj
keyboard.bkl
keyboard.cpp Ensure that we accept WXK_XXX in RegisterHotKey() in wxMSW 2019-05-02 20:53:18 +02:00
makefile.bcc
makefile.gcc
Makefile.in Increment version number to 3.1.3 2018-12-10 19:06:18 +01:00
makefile.unx
makefile.vc Introduce MSW ARM64 support 2018-09-17 22:34:32 +02:00