#include <input.h>
◆ Absolute()
virtual bool IInput::IJoystick::Absolute |
( |
float * |
pX, |
|
|
float * |
pY |
|
) |
| |
|
pure virtual |
◆ GetAxisValue()
virtual float IInput::IJoystick::GetAxisValue |
( |
int |
Axis | ) |
|
|
pure virtual |
◆ GetHatValue()
virtual void IInput::IJoystick::GetHatValue |
( |
int |
Hat, |
|
|
int(&) |
HatKeys[2] |
|
) |
| |
|
pure virtual |
◆ GetIndex()
virtual int IInput::IJoystick::GetIndex |
( |
| ) |
const |
|
pure virtual |
◆ GetName()
virtual const char * IInput::IJoystick::GetName |
( |
| ) |
const |
|
pure virtual |
◆ GetNumAxes()
virtual int IInput::IJoystick::GetNumAxes |
( |
| ) |
const |
|
pure virtual |
◆ GetNumBalls()
virtual int IInput::IJoystick::GetNumBalls |
( |
| ) |
const |
|
pure virtual |
◆ GetNumButtons()
virtual int IInput::IJoystick::GetNumButtons |
( |
| ) |
const |
|
pure virtual |
◆ GetNumHats()
virtual int IInput::IJoystick::GetNumHats |
( |
| ) |
const |
|
pure virtual |
◆ Relative()
virtual bool IInput::IJoystick::Relative |
( |
float * |
pX, |
|
|
float * |
pY |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: