BlitzUI: Application focus

Miscellaneous Forums/Blitz Showcase/BlitzUI: Application focus

How can I tell what (if any) window the mosue is hovering over?

mywin = Window()

if mywin = Handle( app\overWin )
    ;Over this window
endif


Sweet, thanks.