Message arguments for the multi-click gesture recognized message. Inherits argument properties from InputManipulator::InputMessageArguments. More...
#include <kanzi/core.ui/input/multi_click_manipulator.hpp>
Public Member Functions | |
int | getClickCount () const |
Returns the value of the ClickCountProperty property. More... | |
void | setClickCount (int count) |
Sets the value of the ClickCountProperty property. More... | |
Static Public Attributes | |
static PropertyType< int > | ClickCountProperty |
The amount of clicks that were required to trigger this message. More... | |
Message arguments for the multi-click gesture recognized message. Inherits argument properties from InputManipulator::InputMessageArguments.
int kanzi::MultiClickManipulator::MultiClickMessageArguments::getClickCount | ( | ) | const |
Returns the value of the ClickCountProperty property.
void kanzi::MultiClickManipulator::MultiClickMessageArguments::setClickCount | ( | int | count | ) |
Sets the value of the ClickCountProperty property.
|
static |
The amount of clicks that were required to trigger this message.