Virtual Method
WPEPlatformDisplayget_keymap
Declaration [src]
WPEKeymap*
get_keymap (
WPEDisplay* display
)
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
.
The data is owned by the called function. |