Home | All Classes | Grouped Classes | Index | Search
Input events interface. More...
Derived from:
none
Derived by:
none
Group: Display (Input)
#include <ClanLib/display.h>
Construction:
Constructs an input context. |
Attributes:
Returns the number of keyboards available. | |
Returns the number of mice available. | |
Returns the number of joysticks available. | |
Returns the input device for the specified keyboard. | |
Returns the input device for the specified mouse. | |
Returns the input device for the specified joystick. | |
Returns the input device with the given devicename |
Operations:
Copy assignment operator. | |
Removes all devices from this input context. | |
Adds a new keyboard to the input context. | |
Adds a new mouse to the input context. | |
Adds a new joystick to the input context. |
Detailed description:
!group=Display/Input! !header=display.h!An input context is a collection of inputdevices available in a displaywindow.