Helper predicate functor which you can use to search for a touch point within a touch point container using the identifier of a touch point.
More...
#include <kanzi/core.ui/input/input_manipulator.hpp>
Helper predicate functor which you can use to search for a touch point within a touch point container using the identifier of a touch point.
kanzi::TouchPointIdEquals::TouchPointIdEquals |
( |
unsigned int |
id | ) |
|
|
inlineexplicit |
Constructor.
- Parameters
-
id | Touch point id to search for. |
Compares the ID of given touch point against constructor argument.
- Parameters
-
touchPoint | Touch point to compare. |
- Returns
- True, if IDs of touch point match, otherwise false.
Compares the ID of given touch point against constructor argument.
- Parameters
-
touchPoint | Pointer to touch point to compare. |
- Returns
- True, if IDs of touch point match, otherwise false.
The documentation for this struct was generated from the following file: