Helper predicate functor which you can use to search within a touch point container using the state of a touch point.
More...
#include <kanzi/core.ui/input/input_manipulator.hpp>
Helper predicate functor which you can use to search within a touch point container using the state of a touch point.
Constructor.
- Parameters
-
state | Touch point state to search for. |
bool kanzi::TouchPointStateEquals::operator() |
( |
const KzuInputTouchPoint & |
touchPoint | ) |
const |
|
inline |
Compares state of given touch point against constructor argument.
- Parameters
-
touchPoint | Touch point to compare. |
- Returns
- True, if touch point states match.
bool kanzi::TouchPointStateEquals::operator() |
( |
const KzuInputTouchPoint * |
touchPoint | ) |
const |
|
inline |
Compares state of given touch point against constructor argument.
- Parameters
-
touchPoint | Pointer to touch point to compare. |
- Returns
- True, if touch point states match.
The documentation for this struct was generated from the following file: