|
Deluge Firmware
|
#include <matrixdriver.h>

Public Member Functions | |
| MatrixDriver () | |
| bool | isPadPressed (int x, int y) |
| int | padAction (int x, int y, int velocity) |
| void | noPressesHappening (bool inCardRoutine) |
| bool | isUserDoingBootloaderOverwriteAction () |
Public Attributes | |
| bool | padStates [displayWidth+sideBarWidth][displayHeight] |
| MatrixDriver::MatrixDriver | ( | ) |
| bool MatrixDriver::isPadPressed | ( | int | x, |
| int | y | ||
| ) |
| bool MatrixDriver::isUserDoingBootloaderOverwriteAction | ( | ) |
| void MatrixDriver::noPressesHappening | ( | bool | inCardRoutine | ) |
| int MatrixDriver::padAction | ( | int | x, |
| int | y, | ||
| int | velocity | ||
| ) |
| bool MatrixDriver::padStates[displayWidth+sideBarWidth][displayHeight] |