#include "input_manipulator.hpp"
#include <kanzi/core/cpp/platform.hpp>
#include "pan_manipulator_properties.h"
Classes | |
class | kanzi::PanManipulator |
Pan input manipulator recognizes pan gesture from incoming touch events. More... | |
class | kanzi::PanManipulator::StartedMessageArguments |
Message arguments for pan gesture started message. Inherits argument properties from InputManipulator::InputMessageArguments. More... | |
class | kanzi::PanManipulator::MovedMessageArguments |
Message arguments for moved message sent during pan gesture. Inherits argument properties from InputManipulator::InputMessageArguments. More... | |
class | kanzi::PanManipulator::FinishedMessageArguments |
Message arguments for pan gesture finished message. Inherits argument properties from InputManipulator::InputMessageArguments. More... | |
Namespaces | |
kanzi | |
Typedefs | |
typedef shared_ptr< PanManipulator > | kanzi::PanManipulatorSharedPtr |