C# Class Sharpex2D.Input.Implementation.JoystickApi.JoyInfo

Afficher le fichier Open project: ThuCommix/Sharpex2D Class Usage Examples

Méthodes publiques

Свойство Type Description
wButtons uint
wXpos uint
wYpos uint
wZpos uint

Property Details

wButtons public_oe property

The ButtonStates.
public uint wButtons
Résultat uint

wXpos public_oe property

The X position.
public uint wXpos
Résultat uint

wYpos public_oe property

The Y position.
public uint wYpos
Résultat uint

wZpos public_oe property

The Z position.
public uint wZpos
Résultat uint