#include <LegacyDirectInputService.h>
|
enum | ControllerType {
Xbox360,
PS3,
Wiimote,
Wii_Nunchuk,
Wii_MotionPlus
} |
|
enum | ServiceType {
Pointer = EventBase::ServiceTypePointer,
Mocap = EventBase::ServiceTypeMocap,
Keyboard = EventBase::ServiceTypeKeyboard,
Controller = EventBase::ServiceTypeController,
Ui = EventBase::ServiceTypeUi,
Generic = EventBase::ServiceTypeGeneric,
Brain = EventBase::ServiceTypeBrain,
Wand = EventBase::ServiceTypeWand,
Speech = EventBase::ServiceTypeSpeech
} |
| This enumeration is kept for compatibility reason and may be removed in the future. More...
|
|
enum | ServicePollPriority { PollFirst,
PollNormal,
PollLast
} |
|
Enumerator |
---|
Xbox360 |
|
PS3 |
|
Wiimote |
|
Wii_Nunchuk |
|
Wii_MotionPlus |
|
void omicron::LegacyDirectInputService::checkForNewControllers |
( |
| ) |
|
virtual OMICRON_API void omicron::LegacyDirectInputService::dispose |
( |
| ) |
|
|
virtual |
float omicron::LegacyDirectInputService::getUpdateInterval |
( |
| ) |
|
virtual OMICRON_API void omicron::LegacyDirectInputService::initialize |
( |
| ) |
|
|
virtual |
virtual void omicron::LegacyDirectInputService::poll |
( |
| ) |
|
|
virtual |
void omicron::LegacyDirectInputService::setup |
( |
Setting & |
settings | ) |
|
|
virtual |
void omicron::LegacyDirectInputService::setUpdateInterval |
( |
float |
value | ) |
|
Sets the data update interval, in seconds.
This is the interval at which this service will generate events If set to zero, the service will generate events as fast as possible.
The documentation for this class was generated from the following file: