Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
2.2 KiB

  1. /*++
  2. Copyright (c) 2000 Microsoft Corporation
  3. Module Name:
  4. buttons.h
  5. Abstract: Contains definitions of the TabletPC Buttons.
  6. Environment:
  7. User mode
  8. Author:
  9. Michael Tsang (MikeTs) 20-Apr-2000
  10. Revision History:
  11. --*/
  12. #ifndef _BUTTONS_H
  13. #define _BUTTONS_H
  14. #define NUM_BUTTONS 5
  15. #define BUTCOMBO_NONE 0
  16. #define BUTCOMBO_CLICK 1
  17. #define BUTCOMBO_RCLICK 2
  18. #define BUTCOMBO_AUTOSCROLL 3
  19. #define BUTCOMBO_BACK 4
  20. #define BUTCOMBO_FORWARD 5
  21. #define BUTCOMBO_ALT 6
  22. #define BUTCOMBO_BACKSPACE 7
  23. #define BUTCOMBO_CLOSE 8
  24. #define BUTCOMBO_COPY 9
  25. #define BUTCOMBO_CTRL 10
  26. #define BUTCOMBO_CUT 11
  27. #define BUTCOMBO_DELETE 12
  28. #define BUTCOMBO_DBLCLICK 13
  29. #define BUTCOMBO_ENTER 14
  30. #define BUTCOMBO_EXPLORE_COMPUTER 15
  31. #define BUTCOMBO_F1 16
  32. #define BUTCOMBO_F2 17
  33. #define BUTCOMBO_F3 18
  34. #define BUTCOMBO_F4 19
  35. #define BUTCOMBO_F5 20
  36. #define BUTCOMBO_F6 21
  37. #define BUTCOMBO_F7 22
  38. #define BUTCOMBO_F8 23
  39. #define BUTCOMBO_F9 24
  40. #define BUTCOMBO_F10 25
  41. #define BUTCOMBO_F11 26
  42. #define BUTCOMBO_F12 27
  43. #define BUTCOMBO_FAVORITES 28
  44. #define BUTCOMBO_FIND_COMPUTER 29
  45. #define BUTCOMBO_FIND_FILES 30
  46. #define BUTCOMBO_MAXIMIZE 31
  47. #define BUTCOMBO_MINIMIZE 32
  48. #define BUTCOMBO_PAGE_DOWN 33
  49. #define BUTCOMBO_PAGE_UP 34
  50. #define BUTCOMBO_PASTE 35
  51. #define BUTCOMBO_RECALL_WINDOW 36
  52. #define BUTCOMBO_REDO 37
  53. #define BUTCOMBO_RUN 38
  54. #define BUTCOMBO_SELECT_ALL 39
  55. #define BUTCOMBO_SHIFT 40
  56. #define BUTCOMBO_SHOWHIDE_DESKTOP 41
  57. #define BUTCOMBO_START_MENU 42
  58. #define BUTCOMBO_STOP 43
  59. #define BUTCOMBO_UNDO 44
  60. #endif //ifndef _BUTTONS_H