#include <stdbool.h>
#include <Graphics/GOL.h>
Go to the source code of this file.
Macros | |
#define | TOUCH_ENABLE_STDOUT_ERRORS |
Allows this module to report errors to stdout. | |
#define | TOUCH_ENABLE_STDOUT_DEBUG |
Allows this module to write debugging information to stdout. |
Functions | |
void | touch_setDebugEnabled (bool enabled) |
Enable or disable debugging output to stdout. | |
void | touch_init () |
Initialises any touch-specific data. | |
void | touch_disable () |
Temporarily disable the touch screen. | |
void | touch_enable () |
Re-enable the touch screen. | |
bool | touch_getTouchData (GOL_MSG *msg) |
Get new touch data when appropriate and fill a GOL message with touch data. |