comparison include/SDL_scancode.h @ 5083:25d4feb7c127

Renamed SDL_keysym to SDL_KeySym Renamed SDL_scancode to SDL_ScanCode Added #defines to SDL_compat.h
author krogoway
date Mon, 24 Jan 2011 13:47:35 -0600
parents f7b03b6838cb
children 572a73d71b5f
comparison
equal deleted inserted replaced
5082:de59e0218aa2 5083:25d4feb7c127
33 33
34 /** 34 /**
35 * \brief The SDL keyboard scancode representation. 35 * \brief The SDL keyboard scancode representation.
36 * 36 *
37 * Values of this type are used to represent keyboard keys, among other places 37 * Values of this type are used to represent keyboard keys, among other places
38 * in the \link SDL_keysym::scancode key.keysym.scancode \endlink field of the 38 * in the \link SDL_KeySym::scancode key.keysym.scancode \endlink field of the
39 * SDL_Event structure. 39 * SDL_Event structure.
40 * 40 *
41 * The values in this enumeration are based on the USB usage page standard: 41 * The values in this enumeration are based on the USB usage page standard:
42 * http://www.usb.org/developers/devclass_docs/Hut1_12.pdf 42 * http://www.usb.org/developers/devclass_docs/Hut1_12.pdf
43 */ 43 */
390 390
391 /* Add any other keys here. */ 391 /* Add any other keys here. */
392 392
393 SDL_NUM_SCANCODES = 512 /**< not a key, just marks the number of scancodes 393 SDL_NUM_SCANCODES = 512 /**< not a key, just marks the number of scancodes
394 for array bounds */ 394 for array bounds */
395 } SDL_scancode; 395 } SDL_ScanCode;
396 396
397 #endif /* _SDL_scancode_h */ 397 #endif /* _SDL_scancode_h */
398 398
399 /* vi: set ts=4 sw=4 expandtab: */ 399 /* vi: set ts=4 sw=4 expandtab: */