Fixed identation in host_input_button
This commit is contained in:
parent
2f4b3c756c
commit
e5356b7f74
1 changed files with 19 additions and 19 deletions
|
@ -335,32 +335,32 @@ struct host_input_button {
|
|||
int right_trigger;
|
||||
|
||||
int lstick_button;
|
||||
int lstick_axis_y;
|
||||
int lstick_axis_x;
|
||||
int lstick_axis_y;
|
||||
int lstick_axis_x;
|
||||
int lstick_left;
|
||||
int lstick_right;
|
||||
int lstick_up;
|
||||
int lstick_down;
|
||||
|
||||
int rstick_button;
|
||||
int rstick_axis_y;
|
||||
int rstick_axis_x;
|
||||
int rstick_axis_y;
|
||||
int rstick_axis_x;
|
||||
int rstick_left;
|
||||
int rstick_right;
|
||||
int rstick_up;
|
||||
int rstick_down;
|
||||
|
||||
int hotkey_button;
|
||||
int quit_button;
|
||||
int menu_button;
|
||||
int reset_button;
|
||||
int load_state_button;
|
||||
int save_state_button;
|
||||
int hotkey_button;
|
||||
int quit_button;
|
||||
int menu_button;
|
||||
int reset_button;
|
||||
int load_state_button;
|
||||
int save_state_button;
|
||||
|
||||
int number_of_hats;
|
||||
int number_of_axis;
|
||||
int number_of_hats;
|
||||
int number_of_axis;
|
||||
|
||||
bool is_retroarch;
|
||||
bool is_retroarch;
|
||||
};
|
||||
|
||||
struct host_keyboard_button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue