Mercurial > hg > Game > Cerium
annotate TaskManager/Test/test_render/pad.h @ 113:80d93fe0601d draft
Define New Texture Data Structure
author | gongo@gendarme.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Thu, 13 Nov 2008 10:10:57 +0900 |
parents | 028ffc9c0375 |
children |
rev | line source |
---|---|
109 | 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); |