Click or drag to resize
Joystick Methods

The Joystick type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodStatic memberGetDeviceCount
Returns the number of joysticks available on the system.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleRead
Read all data from the device associated with this Joystick into the Position, POVAngle and Button properties.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also