Method

WPEPlatformKeymapXKBget_xkb_state

Declaration [src]

xkb_state*
wpe_keymap_xkb_get_xkb_state (
  WPEKeymapXKB* keymap
)

Description [src]

Get the xkb_state of keymap.

Return value

Type: xkb_state*

A struct xkb_state

The data is owned by the instance.
The return value can be NULL.