Click or drag to resize
Joystick Properties

The Joystick type exposes the following members.

Properties
  NameDescription
Public propertyItem
Determines which buttons were pressed during the last call to Read.
Public propertyMaximumR
Returns the maximum value of RPosition.
Public propertyMaximumU
Returns the maximum value of UPosition.
Public propertyMaximumV
Returns the maximum value of VPosition.
Public propertyMaximumX
Returns the maximum value of XPosition.
Public propertyMaximumY
Returns the maximum value of YPosition.
Public propertyMaximumZ
Returns the maximum value of ZPosition.
Public propertyMinimumR
Returns the minimum value of RPosition.
Public propertyMinimumU
Returns the minimum value of UPosition.
Public propertyMinimumV
Returns the minimum value of VPosition.
Public propertyMinimumX
Returns the minimum value of XPosition.
Public propertyMinimumY
Returns the minimum value of YPosition.
Public propertyMinimumZ
Returns the minimum value of ZPosition.
Public propertyName
Returns a string identifying the joystick in plain text
Public propertyPOVAngle
The position of the joystick's POV control during the last call to Read, represented as a number between 0 and 35900 in hundredths of degrees
Public propertyRPosition
The position of the joystick's rudder input during the last call to Read.
Public propertyUPosition
The position of the joystick's u-axis input during the last call to Read.
Public propertyVPosition
The position of the joystick's v-axis input during the last call to Read.
Public propertyXPosition
The position of the joystick's x-axis input during the last call to Read.
Public propertyYPosition
The position of the joystick's y-axis input during the last call to Read.
Public propertyZPosition
The position of the joystick's z-axis input during the last call to Read.
Top
See Also