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

Show file Open project: ThuCommix/Sharpex2D Class Usage Examples

Public Properties

Property Type Description
wButtons uint
wXpos uint
wYpos uint
wZpos uint

Property Details

wButtons public property

The ButtonStates.
public uint wButtons
return uint

wXpos public property

The X position.
public uint wXpos
return uint

wYpos public property

The Y position.
public uint wYpos
return uint

wZpos public property

The Z position.
public uint wZpos
return uint