Native Windows implementation of the GamePad interface.
http://www.activevb.de/cgi-bin/apiwiki/JOYINFOEX
Not all features of the Xbox GamePad are available.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Entities UpdateBehavior
DeltaEngine.Input InputDevice
DeltaEngine.Input GamePad
DeltaEngine.Input.Windows WindowsGamePad
Namespace: DeltaEngine.Input.Windows
Assembly: DeltaEngine.Input.Windows (in DeltaEngine.Input.Windows.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The WindowsGamePad type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WindowsGamePad | Initializes a new instance of the WindowsGamePad class | |
WindowsGamePad(GamePadNumber) | Initializes a new instance of the WindowsGamePad class |
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the WindowsGamePad (Overrides InputDevice Dispose .) | |
GetButtonState | (Overrides GamePad GetButtonState(GamePadButton).) | |
GetLeftThumbStick | (Overrides GamePad GetLeftThumbStick .) | |
GetLeftTrigger | (Overrides GamePad GetLeftTrigger .) | |
GetRightThumbStick | (Overrides GamePad GetRightThumbStick .) | |
GetRightTrigger | (Overrides GamePad GetRightTrigger .) | |
Update | (Inherited from GamePad.) | |
UpdateGamePadStates | (Overrides GamePad UpdateGamePadStates .) | |
Vibrate | (Overrides GamePad Vibrate(Single).) |
Properties
Name | Description | |
---|---|---|
IsAvailable | (Overrides InputDevice IsAvailable.) | |
Number | (Inherited from GamePad.) |
See Also