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