Up |
_MOUSEMOVEwindow Scol 5.x or above required
Forces a mouse move in a window.
Prototype :
fun [ObjWin ObjWin I I I] ObjWin
- ObjWin : the window to mouse move in
- ObjWin : an activeX hosting window if any (can be the same than first ObjWin or child)
- I : mouse position 'x'
- I : mouse position 'y'
- I : mouse button : MB_LBUTTON, MB_RBUTTON or MB_MBUTTON
Return : ObjWin the first window or nil if error.
See also :
Example :
Note
About mouse button, you may prefer to use the names from the 2D Graphic API (LBUTTON, RBUTTON & MBUTTON) which are fully compatible.