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.
 

See also

#2025-07-19