function joystick_ypos(argument0) //gml_Script_joystick_ypos
{
var jid = __joystick_2_gamepad(argument0)
return gamepad_axis_value(jid, 1);
}