#include <MenuTouchScreenEncoder.h>
Public Member Functions | |
TouchNotification (const Coord &rawCoords, iotouch::TouchState touchState) | |
TouchNotification (GridPositionRowCacheEntry *ent, const Coord &local, const Coord &localStart, const Coord &localSize, iotouch::TouchState touchState) | |
GridPositionRowCacheEntry * | getEntry () const |
const Coord & | getCursorPosition () const |
const Coord & | getItemSize () const |
bool | isWithinItem () const |
iotouch::TouchState | getTouchState () const |
A notification event sent by a touch screen implementation that provides if the event is raw (outside of menu item) or within a menu item (local to the item). If it is local the coordinates are corrected to the item, otherwise they are in terms of the screen. This also indicates the type of event too.