Helper class for joystick input tracking. See JoystickInterface.
More...
#include <ddjoystick.h>
|
| ButtonJoystickBasic (bool buttonsOnly) |
|
virtual int | _checkPressedX (int repeat, bool raw) |
|
virtual int | _checkPressedY (int repeat, bool raw) |
|
| JoystickInterface (bool buttonsOnly) |
|
bool | _checkPressed (char button, int repeat) |
|
bool | _checkPressedBypass (char button) |
|
virtual int | _checkPressedX (int repeat, bool raw) |
|
virtual int | _checkPressedY (int repeat, bool raw) |
|
virtual bool | _checkPressed (char button, int repeat, bool bypass) |
|
|
const JoystickPress * | checkJoystickPress (int repeat=0) |
|
bool | checkSWPressed (int repeat=0) |
|
bool | forButtonsOnly () const |
|
const ABCDPressed * | checkABCDPressed (int repeat=0) |
|
bool | checkAPressed (int repeat=0) |
|
bool | checkBPressed (int repeat=0) |
|
bool | checkCPressed (int repeat=0) |
|
bool | checkDPressed (int repeat=0) |
|
bool | checkJoystickPressCode (JoystickPressCode &joystickPressCode, int repeat=0) |
|
static const long | BlackOutMillis = 50 |
|
Helper class for joystick input tracking. See JoystickInterface.
◆ _checkPressedX()
virtual int ButtonJoystickBasic::_checkPressedX |
( |
int |
repeat, |
|
|
bool |
raw |
|
) |
| |
|
inlineprotectedvirtual |
◆ _checkPressedY()
virtual int ButtonJoystickBasic::_checkPressedY |
( |
int |
repeat, |
|
|
bool |
raw |
|
) |
| |
|
inlineprotectedvirtual |