Kanzi  3.9.6
Kanzi Engine API
kanzi::FocusNavigationGesture Struct Reference

Declares a focus navigation gesture. More...

#include <kanzi/core.ui/input/focus_navigation_manipulator.hpp>

Inheritance diagram for kanzi::FocusNavigationGesture:
[legend]

Public Member Functions

 FocusNavigationGesture (FocusChainDirection direction, LogicalKey key)
 Constructor. More...
 
- 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

const FocusChainDirection focusDirection
 The focus chain direction 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...
 

Detailed Description

Declares a focus navigation gesture.

Since
Kanzi 3.9.0

Constructor & Destructor Documentation

◆ FocusNavigationGesture()

kanzi::FocusNavigationGesture::FocusNavigationGesture ( FocusChainDirection  direction,
LogicalKey  key 
)
inlineexplicit

Constructor.

Member Data Documentation

◆ focusDirection

const FocusChainDirection kanzi::FocusNavigationGesture::focusDirection

The focus chain direction of the gesture.


The documentation for this struct was generated from the following file: