.. _func_input_joyv: ==== JoyV ==== JoyV - Description =========== .. code-block:: blitzmax JoyV#( port=0 ) Reports the position of the joystick's V axis if supported. The V value of a joystick usually corresponds to a joystick's 'slider' or 'throttle' feature, although this may vary depending on the joystick, and will not be available with all joysticks. Parameters ========== Return Values ============= Zero if the joystick is centered, -1.0 if Up, 1.0 if Down or a value inbetween. Examples ======== See Also ========