Move KeyMapping UI to its own file before rewriting.
Plus some minor tweaks and fixes.
This commit is contained in:
parent
cb076d1e6f
commit
22ebe76f33
16 changed files with 434 additions and 372 deletions
|
@ -427,6 +427,9 @@ const KeyMap_IntStrPair axis_names[] = {
|
|||
{JOYSTICK_AXIS_TILT, "Tilt"},
|
||||
{JOYSTICK_AXIS_MOUSE_REL_X, "MouseDX"},
|
||||
{JOYSTICK_AXIS_MOUSE_REL_Y, "MouseDY"},
|
||||
{JOYSTICK_AXIS_ACCELEROMETER_X, "AccelX"},
|
||||
{JOYSTICK_AXIS_ACCELEROMETER_Y, "AccelY"},
|
||||
{JOYSTICK_AXIS_ACCELEROMETER_Z, "AccelZ"},
|
||||
};
|
||||
|
||||
static std::string unknown_key_name = "??";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue