The input manager class, provides fundamental functionality for work in all fields on this library.
More...
#include <ceInputCore.h>
List of all members.
Detailed Description
The input manager class, provides fundamental functionality for work in all fields on this library.
Member Function Documentation
virtual short SetInputDriver |
( |
const EInputDriver |
driver = InputDriver_Null |
) |
[pure virtual] |
Set a new driver for all devices.
- Parameters:
-
| driver | New driver to change. |
- See also:
- GetDriverType
Retrieves the current driver type.
- Returns:
- The current driver type.
- See also:
- SetInputDriver
Retrieves the device base class from any device.
- Returns:
- The device base class.
virtual void Update |
( |
void |
|
) |
[pure virtual] |
Update the status of all devices.
virtual void UpdateKeyboar |
( |
void |
|
) |
[pure virtual] |
Update the status of the keyboard device.
virtual IMouseDevice* GetMouseDevice |
( |
void |
|
) |
[pure virtual] |
virtual void UpdateMouse |
( |
void |
|
) |
[pure virtual] |
Update the status of the mouse device.
virtual void UpdateJoystick |
( |
void |
|
) |
[pure virtual] |
Update the status of the joystick device.
The documentation for this class was generated from the following file: