Virtual Method

WPEPlatformDisplayget_keymap

Declaration [src]

WPEKeymap*
get_keymap (
  WPEDisplay* display
  GError** error
)

Description [src]

Get the WPEKeymap of display

As a fallback, a WPEKeymapXKB for the pc105 “US” layout is returned if the actual display implementation does not provide a keymap itself.

Return value

Type: WPEKeymap

A WPEKeymap or NULL in case of error.

The data is owned by the called function.