00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef MACHINE_GP2X_H_
00011 #define MACHINE_GP2X_H_
00012
00013
00014
00015
00016
00017 #define GP2X_BUTTON_UP (0)
00018 #define GP2X_BUTTON_DOWN (4)
00019 #define GP2X_BUTTON_LEFT (2)
00020 #define GP2X_BUTTON_RIGHT (6)
00021 #define GP2X_BUTTON_UPLEFT (1)
00022 #define GP2X_BUTTON_UPRIGHT (7)
00023 #define GP2X_BUTTON_DOWNLEFT (3)
00024 #define GP2X_BUTTON_DOWNRIGHT (5)
00025 #define GP2X_BUTTON_CLICK (18)
00026 #define GP2X_BUTTON_A (12)
00027 #define GP2X_BUTTON_B (13)
00028 #define GP2X_BUTTON_X (14)
00029 #define GP2X_BUTTON_Y (15)
00030 #define GP2X_BUTTON_L (10)
00031 #define GP2X_BUTTON_R (11)
00032 #define GP2X_BUTTON_START (8)
00033 #define GP2X_BUTTON_SELECT (9)
00034 #define GP2X_BUTTON_VOLUP (16)
00035 #define GP2X_BUTTON_VOLDOWN (17)
00036
00037
00038
00039
00040
00041
00042 #endif