Mercurial > hg > Game > Cerium
view old/simple_pack/pad.h @ 1616:05d449e7b9f8 draft
remove set_NDRange
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 14 May 2013 13:40:50 +0900 |
parents | 3bc98f6d31ff |
children |
line wrap: on
line source
const int CROSS = 0; const int CIRCLE = 1; const int SQUARE = 2; const int TRIANGLE = 3; const int L1 = 4; const int R1 = 5; const int L2 = 6; const int R2 = 7; const int START = 8; const int SELECT = 9; const int L3 = 10; const int R3 = 11; const int UP = 12; const int DOWN = 13; const int RIGHT = 14; const int LEFT = 15; int pad(int button);