(svn r154) -Fix: some people while using MSVC don't have VK_OEM_3 defined? Or it could be Win2000/XP only

pull/155/head
darkvater 20 years ago
parent 4fec362b32
commit ca67192520

@ -100,6 +100,10 @@ typedef struct {
#define AS(x,z) {x,0,z}
#define AM(x,y,z,w) {x,y-x,z}
#ifndef VK_OEM_3
#define VK_OEM_3 0xC0
#endif
static const VkMapping _vk_mapping[] = {
// Pageup stuff + up/down
AM(VK_PRIOR,VK_DOWN, WKC_PAGEUP, WKC_DOWN),

Loading…
Cancel
Save