BlitzUI: Application focus
Community Forums/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. | 
| 
 | 
| 
 | ||
| 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. |