GetGadgetAtPosition

BlitzMax Forums/MaxGUI Module/GetGadgetAtPosition

JoshK(Posted 2010) [#1]
Here's win32 code to retrieve the gadget at a given screen coord:
http://blitzmax.com/codearcs/codearcs.php?code=2788

Is there a way to do this for Mac and Linux?


JoshK(Posted 2010) [#2]
I suppose it would be possible to do it by starting with a window and iterating through all children, using only MaxGUI commands.