Declares a navigation gesture. More...
#include <kanzi/core.ui/input/navigation_manipulator.hpp>
Public Member Functions | |
NavigationGesture (NavigationDirection navigationDirection, LogicalKey key) | |
Public Member Functions inherited from kanzi::KeyGestureInfo | |
void | grab () |
Grabs the key gesture, increases the grab count by 1. More... | |
bool | isGrabbed () const |
Returns whether the key gesture is grabbed. More... | |
KeyGestureInfo ()=default | |
Default constructor. More... | |
KeyGestureInfo (LogicalKey key, KeyModifier modifier, CapsLockState capsLockState) | |
Constructor. More... | |
KeyGestureInfo (LogicalKey key, CapsLockState capsLockState) | |
Constructor. More... | |
KeyGestureInfo (LogicalKey key, KeyModifier modifier) | |
Constructor. More... | |
KeyGestureInfo (LogicalKey key) | |
Constructor. More... | |
void | ungrab () |
Resets the grab count of the key gesture. More... | |
Public Attributes | |
bool | isEnabled |
The enabled state of the navigation gesture. More... | |
NavigationDirection | navigationDirection |
The navigation direction identifier of the gesture. More... | |
Public Attributes inherited from kanzi::KeyGestureInfo | |
CapsLockState | capsLockState |
Holds the required Caps Lock state for the key gesture. More... | |
size_t | grabCount |
Holds the grab count of the key gesture. More... | |
bool | isCapsLockGrabbed |
Holds the Caps Lock state at the time Kanzi grabs the key gesture. More... | |
LogicalKey | key |
The logical key value. More... | |
KeyModifier | modifier |
The key modifier. More... | |
size_t | repeatCount |
Holds the key press repetition count. More... | |
Declares a navigation gesture.
|
inlineexplicit |
NavigationDirection kanzi::NavigationGesture::navigationDirection |
The navigation direction identifier of the gesture.
bool kanzi::NavigationGesture::isEnabled |
The enabled state of the navigation gesture.