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

Datei anzeigen Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Properties

Property Type Description
wButtons uint
wXpos uint
wYpos uint
wZpos uint

Property Details

wButtons public_oe property

The ButtonStates.
public uint wButtons
return uint

wXpos public_oe property

The X position.
public uint wXpos
return uint

wYpos public_oe property

The Y position.
public uint wYpos
return uint

wZpos public_oe property

The Z position.
public uint wZpos
return uint