Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::wayland::KeyModEvent Class Reference

Event that represents the current keyboard modifier state. More...

#include <kanzi/core.ui/platform/windowing_ng/wayland/wayland_event.hpp>

Public Attributes

unsigned int group
 Current keyboard layout. More...
 
unsigned int modsDepressed
 Mask representing the pressed modifier keys. More...
 
unsigned int modsLatched
 Mask representing the latched modifier keys. More...
 
unsigned int modsLocked
 Mask representing the locked modifier keys. More...
 

Detailed Description

Event that represents the current keyboard modifier state.

Since
Kanzi 3.9.8

Member Data Documentation

unsigned int kanzi::wayland::KeyModEvent::modsDepressed

Mask representing the pressed modifier keys.

unsigned int kanzi::wayland::KeyModEvent::modsLatched

Mask representing the latched modifier keys.

unsigned int kanzi::wayland::KeyModEvent::modsLocked

Mask representing the locked modifier keys.

unsigned int kanzi::wayland::KeyModEvent::group

Current keyboard layout.


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