Class
WPEPlatformKeymapXKB
Description [src]
final class WPEPlatform.KeymapXKB : WPEPlatform.Keymap
{
/* No available fields */
}
A WPEKeymap implementation based on XKB.
WPEKeymapXKB is the WPEKeymap implementation used by the built-in
platforms. It is backed by libxkbcommon; use
wpe_keymap_xkb_get_xkb_keymap() and wpe_keymap_xkb_get_xkb_state()
to access the underlying xkb_keymap and xkb_state.
Instance methods
Methods inherited from WPEKeymap (3)
wpe_keymap_get_entries_for_keyval
Get the keymap list of keycode/group/level combinations that will generate keyval.
wpe_keymap_get_modifiers
Get the modifiers state of keymap.
wpe_keymap_translate_keyboard_state
Translate keycode, modifiers and group into a keyval, effective group and level.
Modifiers that affected the translation are returned in consumed_modifiers.
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.