WindowsGamePad ClassDelta Engine Documentation
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

System Object
  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

public class WindowsGamePad : GamePad

The WindowsGamePad type exposes the following members.

Constructors

  NameDescription
Public methodWindowsGamePad 
Initializes a new instance of the WindowsGamePad class
Public methodWindowsGamePad(GamePadNumber)
Initializes a new instance of the WindowsGamePad class
Top
Methods

  NameDescription
Public methodDispose
Releases all resources used by the WindowsGamePad
(Overrides InputDevice Dispose .)
Public methodGetButtonState (Overrides GamePad GetButtonState(GamePadButton).)
Public methodGetLeftThumbStick (Overrides GamePad GetLeftThumbStick .)
Public methodGetLeftTrigger (Overrides GamePad GetLeftTrigger .)
Public methodGetRightThumbStick (Overrides GamePad GetRightThumbStick .)
Public methodGetRightTrigger (Overrides GamePad GetRightTrigger .)
Public methodUpdate (Inherited from GamePad.)
Protected methodUpdateGamePadStates (Overrides GamePad UpdateGamePadStates .)
Public methodVibrate (Overrides GamePad Vibrate(Single).)
Top
Properties

  NameDescription
Public propertyIsAvailable (Overrides InputDevice IsAvailable.)
Protected propertyNumber (Inherited from GamePad.)
Top
See Also