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.
AM2Rogue/Export_Code/gml_Object_oControl_Other_7...

10 lines
268 B

var event;
if (os_type == os_linux)
{
event = ds_map_find_value(async_load, "event_type")
if (event == "gamepad discovered")
global.opjoyid = ds_map_find_value(async_load, "pad_index")
else if (event == "gamepad lost")
global.opjoyid = 1
}