/project/jni/sdl-1.3/src/video/windows/SDL_vkeys.h

https://github.com/aichunyu/FFPlayer · C Header · 76 lines · 51 code · 3 blank · 22 comment · 0 complexity · 945f6fd1c354da9d94be784d236ac2e2 MD5 · raw file

  1. /*
  2. Simple DirectMedia Layer
  3. Copyright (C) 1997-2012 Sam Lantinga <slouken@libsdl.org>
  4. This software is provided 'as-is', without any express or implied
  5. warranty. In no event will the authors be held liable for any damages
  6. arising from the use of this software.
  7. Permission is granted to anyone to use this software for any purpose,
  8. including commercial applications, and to alter it and redistribute it
  9. freely, subject to the following restrictions:
  10. 1. The origin of this software must not be misrepresented; you must not
  11. claim that you wrote the original software. If you use this software
  12. in a product, an acknowledgment in the product documentation would be
  13. appreciated but is not required.
  14. 2. Altered source versions must be plainly marked as such, and must not be
  15. misrepresented as being the original software.
  16. 3. This notice may not be removed or altered from any source distribution.
  17. */
  18. #ifndef VK_0
  19. #define VK_0 '0'
  20. #define VK_1 '1'
  21. #define VK_2 '2'
  22. #define VK_3 '3'
  23. #define VK_4 '4'
  24. #define VK_5 '5'
  25. #define VK_6 '6'
  26. #define VK_7 '7'
  27. #define VK_8 '8'
  28. #define VK_9 '9'
  29. #define VK_A 'A'
  30. #define VK_B 'B'
  31. #define VK_C 'C'
  32. #define VK_D 'D'
  33. #define VK_E 'E'
  34. #define VK_F 'F'
  35. #define VK_G 'G'
  36. #define VK_H 'H'
  37. #define VK_I 'I'
  38. #define VK_J 'J'
  39. #define VK_K 'K'
  40. #define VK_L 'L'
  41. #define VK_M 'M'
  42. #define VK_N 'N'
  43. #define VK_O 'O'
  44. #define VK_P 'P'
  45. #define VK_Q 'Q'
  46. #define VK_R 'R'
  47. #define VK_S 'S'
  48. #define VK_T 'T'
  49. #define VK_U 'U'
  50. #define VK_V 'V'
  51. #define VK_W 'W'
  52. #define VK_X 'X'
  53. #define VK_Y 'Y'
  54. #define VK_Z 'Z'
  55. #endif /* VK_0 */
  56. /* These keys haven't been defined, but were experimentally determined */
  57. #define VK_SEMICOLON 0xBA
  58. #define VK_EQUALS 0xBB
  59. #define VK_COMMA 0xBC
  60. #define VK_MINUS 0xBD
  61. #define VK_PERIOD 0xBE
  62. #define VK_SLASH 0xBF
  63. #define VK_GRAVE 0xC0
  64. #define VK_LBRACKET 0xDB
  65. #define VK_BACKSLASH 0xDC
  66. #define VK_RBRACKET 0xDD
  67. #define VK_APOSTROPHE 0xDE
  68. #define VK_BACKTICK 0xDF
  69. #define VK_OEM_102 0xE2
  70. /* vi: set ts=4 sw=4 expandtab: */