Class ClickManipulator

Class Hierarchy

Click input manipulator recognizes the click and tap gestures from the incoming touch events. The click manipulator generates the messages required to implement the logic for UI elements that users can click or tap. For example, use the input manipulator to create a button.

To receive the click event, add a message handler for the ClickMessage message.

To configure the click manipulator to work together with the multi-click manipulator, you need to configure the click manipulator

Inherits properties and message types from ClickManipulatorMetadata.