signal callback delegate or function to connect
bool callback(gdk.event.Event event, gtk.event_controller_legacy.EventControllerLegacy eventControllerLegacy)
event the gdk.event.Event which triggered this signal (optional)
eventControllerLegacy the instance the signal is connected to (optional)
Returns true to stop other handlers from being invoked for the event and the emission of this signal. false to propagate the event further.
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Event signal.
Emitted for each GDK event delivered to controller.