Kanzi  3.9.6
Kanzi Engine API
kanzi::InputManipulator::TouchInfo Struct Reference

Structure to hold the state of the current touch points. More...

#include <kanzi/core.ui/input/input_manipulator.hpp>

Public Attributes

TouchPointsContainer allTouchPoints
 All touch points, including the touch points detected over the recipient. More...
 
TouchPointsContainer touchPoints
 Touch points detected over the recipient node. More...
 

Detailed Description

Structure to hold the state of the current touch points.

Member Data Documentation

◆ touchPoints

TouchPointsContainer kanzi::InputManipulator::TouchInfo::touchPoints

Touch points detected over the recipient node.

◆ allTouchPoints

TouchPointsContainer kanzi::InputManipulator::TouchInfo::allTouchPoints

All touch points, including the touch points detected over the recipient.


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