tcMenu
Public Member Functions | List of all members
tcgfx::TouchNotification Class Reference

#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)
 
GridPositionRowCacheEntrygetEntry () const
 
const CoordgetCursorPosition () const
 
const CoordgetItemSize () const
 
bool isWithinItem () const
 
iotouch::TouchState getTouchState () const
 

Detailed Description

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.


The documentation for this class was generated from the following file: