Package: gdk

Function gdk:event-position

Lambda List

gdk:event-position (event)

Syntax

(gdk:event-position event) => x, y

Arguments

event -- a gdk:event instance
x -- a double float for the event surface x coordinate
y -- a double float for the event surface y coordinate

Details

Extract the event surface relative x/y coordinates from an event. This position is in surface coordinates.
 

See also

#2025-09-26