Signal

ClutterActor::key-release-event

since: 0.6

Declaration

gboolean
key_release_event (
  ClutterActor* self,
  ClutterKeyEvent* event,
  gpointer user_data
)

Description [src]

The ::key-release-event signal is emitted each time a keyboard button is released while actor has key focus (see clutter_stage_set_key_focus()).

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 0.6

Parameters

event

Type: ClutterKeyEvent

A ClutterKeyEvent.

The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE if the event has been handled by the actor, or FALSE to continue the emission.