Package: gtk

Function gtk:gesture-last-event

Lambda List

gtk:gesture-last-event (gesture sequence)

Arguments

gesture -- a gtk:gesture object
sequence -- a gdk:event-sequence instance

Return Value

The last gdk:event instance from sequence.

Details

Returns the last event that was processed for sequence. Note that the returned pointer is only valid as long as the sequence is still interpreted by the gesture. If in doubt, you should make a copy of the event.
 

See also

#2024-7-27