ERY.AgateLib.ImplBase.NullJoystickImpl Class Reference

Implements an imaginary joystick that does nothing. More...

Inherits ERY.AgateLib.ImplBase.JoystickImpl.

List of all members.

Public Member Functions

override void Recalibrate ()
override double GetAxisValue (int axisIndex)
override void Poll ()

Properties

override int AxisCount [get]
override int ButtonCount [get]
override bool[] Buttons [get]
override double Xaxis [get]
override double Yaxis [get]
override double AxisThreshold [get, set]
override bool PluggedIn [get]


Detailed Description

Implements an imaginary joystick that does nothing.


Member Function Documentation

override void ERY.AgateLib.ImplBase.NullJoystickImpl.Recalibrate (  )  [virtual]

Implements ERY.AgateLib.ImplBase.JoystickImpl.

override double ERY.AgateLib.ImplBase.NullJoystickImpl.GetAxisValue ( int  axisIndex  )  [virtual]

Parameters:
axisIndex 
Returns:

Implements ERY.AgateLib.ImplBase.JoystickImpl.

override void ERY.AgateLib.ImplBase.NullJoystickImpl.Poll (  )  [virtual]

Implements ERY.AgateLib.ImplBase.JoystickImpl.


Property Documentation

override int ERY.AgateLib.ImplBase.NullJoystickImpl.AxisCount [get]

Reimplemented from ERY.AgateLib.ImplBase.JoystickImpl.

override int ERY.AgateLib.ImplBase.NullJoystickImpl.ButtonCount [get]

Reimplemented from ERY.AgateLib.ImplBase.JoystickImpl.

override bool [] ERY.AgateLib.ImplBase.NullJoystickImpl.Buttons [get]

Reimplemented from ERY.AgateLib.ImplBase.JoystickImpl.

override double ERY.AgateLib.ImplBase.NullJoystickImpl.Xaxis [get]

Reimplemented from ERY.AgateLib.ImplBase.JoystickImpl.

override double ERY.AgateLib.ImplBase.NullJoystickImpl.Yaxis [get]

Reimplemented from ERY.AgateLib.ImplBase.JoystickImpl.

override double ERY.AgateLib.ImplBase.NullJoystickImpl.AxisThreshold [get, set]

Reimplemented from ERY.AgateLib.ImplBase.JoystickImpl.

override bool ERY.AgateLib.ImplBase.NullJoystickImpl.PluggedIn [get]

Reimplemented from ERY.AgateLib.ImplBase.JoystickImpl.


The documentation for this class was generated from the following file:
AgateLib
Awesome Game and Tool Engine Library
SourceForge.net Logo