Helper class for joystick input tracking. See JoystickInterface.
More...
#include <ddjoystick.h>
|
| ButtonJoystick (ButtonPressTracker *upTracker, ButtonPressTracker *rightTracker, ButtonPressTracker *downTracker, ButtonPressTracker *leftTracker, ButtonPressTracker *midTracker, bool buttonsOnly) |
|
virtual bool | _checkPressed (char button, int repeat, bool bypass) |
|
| 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) |
|
|
static const long | BlackOutMillis = 50 |
|
Helper class for joystick input tracking. See JoystickInterface.
◆ _checkPressed()
virtual bool ButtonJoystick::_checkPressed |
( |
char |
button, |
|
|
int |
repeat, |
|
|
bool |
bypass |
|
) |
| |
|
inlineprotectedvirtual |