mod_cd y mod_dir ya estan documentadas ,
asi que no fui yo,
intente documentar mod_joy pero no me aparece nada ,
asi si alguien lo puede subir:
mod_joy
------------------------------
INT JOY_AXES()
Returns the selected joystick total axes
INT JOY_AXES(INTEGER joy)
Returns the selected joystick total axes
INT JOY_NUMAXES()
Returns the selected joystick total axes
INT JOY_NUMAXES(INTEGER joy)
Returns the selected joystick total axes
INT JOY_GETAXIS(INTEGER axis)
Returns the selected joystick state for the given axis
INT JOY_GETAXIS(INTEGER joy, INTEGER axis)
Returns the selected joystick state for the given axis
INT JOY_BUTTONS()
Returns the selected joystick total buttons
INT JOY_BUTTONS(INTEGER joy)
Returns the selected joystick total buttons
STRING JOY_NAME(INTEGER joy)
Returns the name for a given joystick present in the system
INT JOY_NUMBUTTONS()
Returns the selected joystick total buttons
INT JOY_NUMBUTTONS(INTEGER joy)
Returns the selected joystick total buttons
INT JOY_NUMBER()
Returns the number of joysticks present in the system
INT JOY_NUMJOYSTICKS()
Returns the number of joysticks present in the system
INT JOY_SELECT(INTEGER joy)
Returns the selected joystick number
INT JOY_GETBUTTON(INTEGER button)
Returns the selected joystick state for the given button
INT JOY_GETBUTTON(INTEGER joy, INTEGER button)
Returns the selected joystick state for the given button
INT JOY_GETPOSITION(INTEGER axis)
Returns the selected joystick state for the given axis
INT JOY_GETPOSITION(INTEGER joy, INTEGER axis)
Returns the selected joystick state for the given axis
INT JOY_NUMHATS()
Returns the total number of POV hats of the current selected joystick
INT JOY_NUMHATS(INTEGER joy)
Returns the total number of POV hats of the current selected joystick
INT JOY_NUMBALLS()
Returns the total number of balls of the current selected joystick
INT JOY_NUMBALLS(INTEGER joy)
Returns the total number of balls of the current selected joystick
INT JOY_GETHAT(INTEGER hat)
Returns the state of the specfied hat on the current selected joystick
INT JOY_GETHAT(INTEGER joy, INTEGER hat)
Returns the state of the specfied hat on the current selected joystick
INT JOY_GETBALL(INTEGER ball, POINTER dx, POINTER dy)
Returns the state of the specfied ball on the current selected joystick
INT JOY_GETBALL(INTEGER joy, INTEGER ball, POINTER dx, POINTER dy)
Returns the state of the specfied ball on the current selected joystick
/* Compatibility */
INT NUMBER_JOY()
Returns the number of joysticks present in the system
INT SELECT_JOY(INTEGER joy)
Returns the selected joystick number
INT GET_JOY_BUTTON(INTEGER button)
Returns the selected joystick state for the given button
INT GET_JOY_BUTTON(INTEGER joy, INTEGER button)
Returns the selected joystick state for the given button
INT GET_JOY_POSITION(INTEGER axis)
Returns the selected joystick state for the given axis
INT GET_JOY_POSITION(INTEGER joy, INTEGER axis)
Returns the selected joystick state for the given axis