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.
|
/// remap_duplicate_joyaxis()
|
|
if (global.opjoybtn_xax == argument0) {
|
|
global.opjoybtn_xax = get_control_joyaxisbtn(global.curropt);
|
|
} else if (global.opjoybtn_yax == argument0) {
|
|
global.opjoybtn_yax = get_control_joyaxisbtn(global.curropt);
|
|
}
|