33 iotouch::TouchState touchState;
36 : pEntry(
nullptr), cursorPosition(
rawCoords), itemSize(0, 0), withinItem(
false), touchState(touchState) {}
39 : pEntry(
ent), cursorPosition(
local), itemSize(localSize), withinItem(
true), touchState(touchState) {}
45 const Coord &getCursorPosition()
const {
46 return cursorPosition;
49 const Coord &getItemSize()
const {
53 bool isWithinItem()
const {
57 iotouch::TouchState getTouchState()
const {
Definition BaseGraphicalRenderer.h:60