|
CTurtle
|
The internally-used representation of an Input Event. Contains information pertaining to keyboard and mouse events, as well as callback pointers for either case. More...
#include <CTurtle.hpp>
Public Attributes | |
| bool | type = false |
| int | mX = 0 |
| int | mY = 0 |
| void * | cbPointer = nullptr |
The internally-used representation of an Input Event. Contains information pertaining to keyboard and mouse events, as well as callback pointers for either case.