Base Helper class for joystick input tracking. For an example use, you may want to refer to Wireless Joystick Module Experiment With ESP8266 on ESP-Now
More...
#include <ddjoystick.h>
|
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 |
|
|
| 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) |
|
Base Helper class for joystick input tracking. For an example use, you may want to refer to Wireless Joystick Module Experiment With ESP8266 on ESP-Now
◆ _checkPressed()
bool JoystickInterface::_checkPressed |
( |
char |
button, |
|
|
int |
repeat |
|
) |
| |
|
inlineprotected |