comparison src/video/windib/SDL_vkeys.h @ 327:13fc64213765

*** empty log message ***
author Sam Lantinga <slouken@libsdl.org>
date Sun, 31 Mar 2002 03:34:16 +0000
parents f6ffac90895c
children b8d311d90021
comparison
equal deleted inserted replaced
326:72d55d02cb47 327:13fc64213765
64 #define VK_Z 'Z' 64 #define VK_Z 'Z'
65 #endif /* VK_0 */ 65 #endif /* VK_0 */
66 66
67 /* These keys haven't been defined, but were experimentally determined */ 67 /* These keys haven't been defined, but were experimentally determined */
68 #define VK_SEMICOLON 0xBA 68 #define VK_SEMICOLON 0xBA
69 #define VK_EQUALS 0xBB 69 #define VK_EQUALS 0xBB
70 #define VK_COMMA 0xBC 70 #define VK_COMMA 0xBC
71 #define VK_MINUS 0xBD 71 #define VK_MINUS 0xBD
72 #define VK_PERIOD 0xBE 72 #define VK_PERIOD 0xBE
73 #define VK_SLASH 0xBF 73 #define VK_SLASH 0xBF
74 #define VK_GRAVE 0xC0 74 #define VK_GRAVE 0xC0
75 #define VK_LBRACKET 0xDB 75 #define VK_LBRACKET 0xDB
76 #define VK_BACKSLASH 0xDC 76 #define VK_BACKSLASH 0xDC
77 #define VK_RBRACKET 0xDD 77 #define VK_RBRACKET 0xDD
78 #define VK_APOSTROPHE 0xDE 78 #define VK_APOSTROPHE 0xDE
79 #define VK_BACKTICK 0xDF