Gesture.getLastEvent

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.

class Gesture
getLastEvent

Parameters

sequence GdkEventSequence*

a #GdkEventSequence

Return Value

Type: Event

The last event from @sequence

Meta