send-message-to-window in Miscellaneous
(send-message-to-window-> valuexymessage)
x: exact integer in [-10000, 10000]
y: exact integer in [-10000, 10000]
message: valueFinds the frontmost top-level window at (
x,y) in global coordinates. If a window is there, this function calls the window'son-messagemethod, providingmessageas the method's argument; the result of the function call is the result returned by the method. If no MrEd window is at the given coordinates, or if it is covered by a non-MrEd window at (x,y),#fis returned.