diff TaskManager/Test/test_render/pad.h @ 109:5c194c71eca8

Cerium cvs version
author gongo@gendarme.local
date Wed, 12 Nov 2008 17:39:33 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TaskManager/Test/test_render/pad.h	Wed Nov 12 17:39:33 2008 +0900
@@ -0,0 +1,18 @@
+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);