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... | |
Event that represents the current keyboard modifier state.
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.