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. | |
| TouchPointsContainer | touchPoints |
| Touch points detected over the recipient node. | |
Structure to hold the state of the current touch points.
| TouchPointsContainer kanzi::InputManipulator::TouchInfo::touchPoints |
Touch points detected over the recipient node.
| TouchPointsContainer kanzi::InputManipulator::TouchInfo::allTouchPoints |
All touch points, including the touch points detected over the recipient.