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>
Public Member Functions | |
| bool | operator() (const TouchPoint &touchPoint) const |
| Compares the ID of given touch point against the constructor argument. | |
| bool | operator() (const TouchPoint *touchPoint) const |
| Compares the ID of given touch point against the constructor argument. | |
| TouchPointIdEquals (unsigned int id) | |
| Constructor. | |
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.
Constructor.
| id | Touch point ID to search for. |
|
inline |
Compares the ID of given touch point against the constructor argument.
| touchPoint | Touch point to compare. |
|
inline |
Compares the ID of given touch point against the constructor argument.
| touchPoint | Pointer to touch point to compare. |