Home
Products
Community
Manuals
Contact
Login or Signup

Blitz3D Docs -> 2D - Category -> Input -> JoyX

JoyX ([port])

Parameters:

port = number of joystick port to check (optional)

Description:

This command returns the value of the x-axis of the joystick. The range is -1 to 1 (full left to full right). The value returned is a floating point number. See the example.

Example:

; JoyX()/JoyY() example

While Not KeyHit(1)
Cls
Text 0,0,"Joy X Value: " + JoyX() + " - Joy Y Value:" + JoyY()
Wend

Comments

None.

Blitz3D Manual Forum

BlitzPlus Equivalent Command