Package: gdk
Function gdk:window-pointer
Lambda Listgdk:window-pointer (window) ArgumentsReturn Value    win -- a gdk:window object containing the pointer as with      the gdk:window-at-pointer function, or nil if the window      containing the pointer is not known to GDK  x -- an integer for the x coordinate of pointer y -- an integer for the y coordinate of pointer mask -- a gdk:modifier-type value for the modifier mask Details      
    Obtains the current pointer position and modifier state. The position is
    given in coordinates relative to the upper left corner of window.     Warning | See also | 
#2025-08-23