OpenTK.Input.JoystickButtonCollection Class Reference

Defines a collection of JoystickButtons. More...

List of all members.

Properties

bool this [int index] [get, set]
 Gets a System.Boolean indicating whether the JoystickButton with the specified index is pressed.
int Count [get]
 Gets a System.Int32 indicating the available amount of JoystickButtons.

Detailed Description

Defines a collection of JoystickButtons.

Definition at line 322 of file JoystickDevice.cs.


Property Documentation

int OpenTK.Input.JoystickButtonCollection.Count [get]

Gets a System.Int32 indicating the available amount of JoystickButtons.

Definition at line 370 of file JoystickDevice.cs.

bool OpenTK::Input.JoystickButtonCollection::this [get, set]

Gets a System.Boolean indicating whether the JoystickButton with the specified index is pressed.

Gets a System.Boolean indicating whether the specified JoystickButton is pressed.

Parameters:
index The index of the JoystickButton to check.
Returns:
True if the JoystickButton is pressed; false otherwise.
Parameters:
button The JoystickButton to check.
Returns:
True if the JoystickButton is pressed; false otherwise.

Definition at line 350 of file JoystickDevice.cs.

 All Classes Functions Variables Enumerations Properties Events

Generated on Tue Mar 9 15:06:30 2010 for The Open Toolkit library by  doxygen 1.6.1