Navigation.eventParseKeyEvent

bool eventParseKeyEvent(gst.event.Event event, out string key)

Note

Modifier keys (as defined in #GstNavigationModifierType) press and release events are generated even if those states are

present on all other related events

Parameters

eventA #GstEvent to inspect.
keyA pointer to a location to receive the string identifying the key press. The returned string is owned by the event, and valid only until the event is unreffed.

Returns