Cleaning up stuff
This commit is contained in:
parent
5423be67ca
commit
a5ea06a928
44 changed files with 7329 additions and 7432 deletions
|
@ -9,20 +9,20 @@ typedef struct {
|
|||
} Key;
|
||||
|
||||
typedef struct {
|
||||
Key k_null;
|
||||
Key k_up;
|
||||
Key k_down;
|
||||
Key k_left;
|
||||
Key k_right;
|
||||
Key k_attack;
|
||||
Key k_menu;
|
||||
Key k_pause;
|
||||
Key k_accept;
|
||||
Key k_decline;
|
||||
Key k_delete;
|
||||
Key k_menuNext;
|
||||
Key k_menuPrev;
|
||||
touchPosition k_touch;
|
||||
Key k_null;
|
||||
Key k_up;
|
||||
Key k_down;
|
||||
Key k_left;
|
||||
Key k_right;
|
||||
Key k_attack;
|
||||
Key k_menu;
|
||||
Key k_pause;
|
||||
Key k_accept;
|
||||
Key k_decline;
|
||||
Key k_delete;
|
||||
Key k_menuNext;
|
||||
Key k_menuPrev;
|
||||
touchPosition k_touch;
|
||||
} Inputs;
|
||||
|
||||
Inputs localInputs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue