AgateLib.InputLib.Old.Joystick.Joystick.AxisList Class Reference

AxisList is a class which simplifies access to the axes of a joystick, by providing an list syntax. More...

List of all members.

Properties

int Count [get]
 The total number of axes for the joystick.
double this [int index] [get]
 Gets the current value for the given axis. Axis 0 is the x-axis, axis 1 is the y-axis.


Detailed Description

AxisList is a class which simplifies access to the axes of a joystick, by providing an list syntax.


Property Documentation

int AgateLib.InputLib.Old.Joystick.Joystick.AxisList.Count [get]

The total number of axes for the joystick.

double AgateLib.InputLib.Old.Joystick.Joystick.AxisList.this[int index] [get]

Gets the current value for the given axis. Axis 0 is the x-axis, axis 1 is the y-axis.

Parameters:
index 
Returns:


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