The Flock  0.00.001
Public Member Functions | Public Attributes | List of all members
Gamepad Class Reference
Inheritance diagram for Gamepad:
IGamepad PS3Gamepad XboxGamepad

Public Member Functions

void SetPrefix (string prefix)
 
virtual float Thumbstick (Side stick, Axis axis)
 
virtual bool Dpad (Direction direction, Button action)
 
virtual bool A (Button action)
 
virtual bool B (Button action)
 
virtual bool X (Button action)
 
virtual bool Y (Button action)
 
virtual bool Start (Button action)
 
virtual float Trigger (Side trigger)
 
virtual bool TriggerBool (Side trigger)
 
virtual bool Bumper (Side bumper)
 

Public Attributes

string myPrefix
 

Member Function Documentation

virtual bool Gamepad.A ( Button  action)
virtual

Implements IGamepad.

Reimplemented in PS3Gamepad, and XboxGamepad.

virtual bool Gamepad.B ( Button  action)
virtual

Implements IGamepad.

Reimplemented in PS3Gamepad, and XboxGamepad.

virtual bool Gamepad.Bumper ( Side  bumper)
virtual

Implements IGamepad.

Reimplemented in XboxGamepad, and PS3Gamepad.

virtual bool Gamepad.Dpad ( Direction  direction,
Button  action 
)
virtual

Implements IGamepad.

Reimplemented in PS3Gamepad, and XboxGamepad.

void Gamepad.SetPrefix ( string  prefix)

Implements IGamepad.

virtual bool Gamepad.Start ( Button  action)
virtual

Implements IGamepad.

Reimplemented in PS3Gamepad, and XboxGamepad.

virtual float Gamepad.Thumbstick ( Side  stick,
Axis  axis 
)
virtual

Implements IGamepad.

Reimplemented in PS3Gamepad, and XboxGamepad.

virtual float Gamepad.Trigger ( Side  trigger)
virtual

Implements IGamepad.

Reimplemented in XboxGamepad.

virtual bool Gamepad.TriggerBool ( Side  trigger)
virtual

Implements IGamepad.

Reimplemented in XboxGamepad, and PS3Gamepad.

virtual bool Gamepad.X ( Button  action)
virtual

Implements IGamepad.

Reimplemented in PS3Gamepad, and XboxGamepad.

virtual bool Gamepad.Y ( Button  action)
virtual

Implements IGamepad.

Reimplemented in PS3Gamepad, and XboxGamepad.

Member Data Documentation

string Gamepad.myPrefix

The documentation for this class was generated from the following file: