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.
AM2R-TimeTrials/scripts/gamepad_button_id.gml

7 lines
145 B

var button = obj_input.gamepadButtons[? argument0];
if (button == undefined) {
button = "Button "+ string(argument0 - 32769);
}
return button;