18#ifndef DISPLAYMANAGER_H
19#define DISPLAYMANAGER_H
22#include "r_typedefs.h"
35 int padAction(
int x,
int y,
int velocity);
Definition: AudioClip.h:32
Definition: matrixdriver.h:29
bool isUserDoingBootloaderOverwriteAction()
Definition: matrixdriver.cpp:93
void noPressesHappening(bool inCardRoutine)
Definition: matrixdriver.cpp:64
bool isPadPressed(int x, int y)
Definition: matrixdriver.cpp:87
MatrixDriver()
Definition: matrixdriver.cpp:51
int padAction(int x, int y, int velocity)
Definition: matrixdriver.cpp:78
bool padStates[displayWidth+sideBarWidth][displayHeight]
Definition: matrixdriver.h:39
#define displayWidth
Definition: definitions.h:176
#define displayHeight
Definition: definitions.h:174
#define sideBarWidth
Definition: definitions.h:222
char * matrixDriverDisplayWritePos
MatrixDriver matrixDriver
Definition: matrixdriver.cpp:48