Method

GdkEventget_keyval

since: 3.2

Declaration [src]

gboolean
gdk_event_get_keyval (
  const GdkEvent* event,
  guint* keyval
)

Description [src]

Extracts the keyval from an event.

Available since: 3.2

Parameters

keyval

Type: guint*

Location to store the keyval.

The argument will be set by the function.

Return value

Type: gboolean

TRUE if the event delivered a key symbol.