gp2x_buttons.h

00001 // svn info
00002 // $Author: morongo $
00003 // $Date: 2006-04-21 20:30:36 +0200 (Fri, 21 Apr 2006) $
00004 // $HeadURL: https://svn.sourceforge.net/svnroot/gp2hanoi/trunk/src/gp2x_buttons.h $
00005 // $Id: gp2x_buttons.h 14 2006-04-21 18:30:36Z morongo $
00006 // $Revision: 14 $
00007 
00009 //                                                        //
00010 // gp2x_buttons.h : Codes to be generated by GP2X buttons //
00011 //                                                        //
00012 // (c) 2006 Kombo Morongo <morongo666@gmail.com>          //
00013 //                                                        //
00015 
00016 #ifndef GP2X_BUTTONS_H
00017 #define GP2X_BUTTONS_H
00018 
00019 #define GP2X_JOYSTICK_N      0
00020 #define GP2X_JOYSTICK_NW     1
00021 #define GP2X_JOYSTICK_W      2
00022 #define GP2X_JOYSTICK_SW     3
00023 #define GP2X_JOYSTICK_S      4
00024 #define GP2X_JOYSTICK_SE     5
00025 #define GP2X_JOYSTICK_E      6
00026 #define GP2X_JOYSTICK_NE     7
00027 #define GP2X_BUTTON_START    8
00028 #define GP2X_BUTTON_SELECT   9
00029 #define GP2X_BUTTON_L       10
00030 #define GP2X_BUTTON_R       11
00031 #define GP2X_BUTTON_A       12
00032 #define GP2X_BUTTON_B       13
00033 #define GP2X_BUTTON_Y       14
00034 #define GP2X_BUTTON_X       15
00035 #define GP2X_BUTTON_VOL_INC 16
00036 #define GP2X_BUTTON_VOL_DEC 17
00037 #define GP2X_JOYSTICK_CLICK 18
00038 #endif
00039 
00040 // EOF $Id: gp2x_buttons.h 14 2006-04-21 18:30:36Z morongo $
This project is hosted by SourceForge.net Logo