Method

WPEPlatformEventkeyboard_get_keycode

Declaration [src]

guint
wpe_event_keyboard_get_keycode (
  WPEEvent* event
)

Description [src]

Get the hardware key code of event Note that event must be a keyboard event (WPE_EVENT_KEYBOARD_KEY_DOWN or WPE_EVENT_KEYBOARD_KEY_UP)

Return value

Type: guint

The hardware key code of event.