Fix input on linux
This commit is contained in:
parent
f3037a06ce
commit
8c38903445
4 changed files with 33 additions and 36 deletions
|
|
@ -3,9 +3,9 @@
|
|||
#define _HAL_H_
|
||||
|
||||
#define I_LEFT 0
|
||||
#define I_RIGHT 0
|
||||
#define I_UP 0
|
||||
#define I_DOWN 0
|
||||
#define I_RIGHT 1
|
||||
#define I_UP 2
|
||||
#define I_DOWN 3
|
||||
|
||||
|
||||
void debug(const char* str);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue