You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
499 B
10 lines
499 B
/// get_joyaxisname(axis_id)
|
|
if (argument0 == 0) return get_text("Buttons", "XAxis");
|
|
if (argument0 == 1) return get_text("Buttons", "YAxis");
|
|
if (argument0 == 2) return get_text("Buttons", "ZAxis");
|
|
if (argument0 == 3) return get_text("Buttons", "RAxis");
|
|
if (argument0 == 4) return get_text("Buttons", "UAxis");
|
|
if (argument0 == 5) return get_text("Buttons", "VAxis");
|
|
if (argument0 == 6) return get_text("Buttons", "POV"); // x-pov
|
|
if (argument0 == 7) return get_text("Buttons", "POV"); // y-pov
|