KeyManipulator
¶
KeyManipulator class is a key input manipulator that detects key gestures. Kanzi recognizes a key gesture when it receives an event with a key code and an optional key modifier. When Kanzi recognizes a key gesture, an input manipulator:
The input manipulator that grabs a key gesture continues to stay in the StateBegin state until it receives a key up event with a logical key value, or a key modifier that forms a key gesture.
The key input manipulators are exclusive input manipulators. To handle different key gestures, you can add multiple key manipulators. The key press order matters. Pressing Left Control first and then Left Alt does not result in the same key gesture as pressing first Left Alt, then Left Control.
Inherits properties and message types from KeyManipulatorMetadata.
Creates a KeyManipulator instance.