Skip to content

Commit

Permalink
Merge pull request #1 from elpoeprod/patch-1
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
omicronrex authored Feb 3, 2025
2 parents ee94138 + 1c5cf8c commit 8dbc123
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions gm82joy.gml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@


#define joystick_xpos
///joystick_xpos(id,axis)
///joystick_xpos(id)
//id: joystick (0-31)
//returns: the position (-1 to 1) of the joystick's x axis.
//The currently set global deadzone is taken into account.
Expand All @@ -341,7 +341,7 @@


#define joystick_ypos
///joystick_ypos(id,axis)
///joystick_ypos(id)
//id: joystick (0-31)
//returns: the position (-1 to 1) of the joystick's y axis.
//The currently set global deadzone is taken into account.
Expand All @@ -350,7 +350,7 @@


#define joystick_zpos
///joystick_zpos(id,axis)
///joystick_zpos(id)
//id: joystick (0-31)
//returns: the position (-1 to 1) of the joystick's z axis.
//The currently set global deadzone is taken into account.
Expand All @@ -359,7 +359,7 @@


#define joystick_rpos
///joystick_rpos(id,axis)
///joystick_rpos(id)
//id: joystick (0-31)
//returns: the position (-1 to 1) of the joystick's r axis.
//The currently set global deadzone is taken into account.
Expand All @@ -368,7 +368,7 @@


#define joystick_upos
///joystick_upos(id,axis)
///joystick_upos(id)
//id: joystick (0-31)
//returns: the position (-1 to 1) of the joystick's u axis.
//The currently set global deadzone is taken into account.
Expand All @@ -377,11 +377,11 @@


#define joystick_vpos
///joystick_vpos(id,axis)
///joystick_vpos(id)
//id: joystick (0-31)
//returns: the position (-1 to 1) of the joystick's v axis.
//The currently set global deadzone is taken into account.

return __gm82joy_deadzone(__gm82joy_call("joy_axis",argument0,5))



0 comments on commit 8dbc123

Please sign in to comment.