comparison TaskManager/Test/simple_render/pad.h @ 26:3f68b2ef4fb0

*** empty log message ***
author gongo
date Sun, 10 Feb 2008 18:31:48 +0900
parents
children
comparison
equal deleted inserted replaced
25:6f01d41a8cfb 26:3f68b2ef4fb0
1 const int CROSS = 0;
2 const int CIRCLE = 1;
3 const int SQUARE = 2;
4 const int TRIANGLE = 3;
5 const int L1 = 4;
6 const int R1 = 5;
7 const int L2 = 6;
8 const int R2 = 7;
9 const int START = 8;
10 const int SELECT = 9;
11 const int L3 = 10;
12 const int R3 = 11;
13 const int UP = 12;
14 const int DOWN = 13;
15 const int RIGHT = 14;
16 const int LEFT = 15;
17
18 int pad(int button);