onMouseMove (hWnd, x, y)
This callback is called whenever the mouse moves over the window.
Parameter | Description |
---|---|
hWnd | The handle to the window which triggered the event |
x | The x coordinate of the mouse, relative the the upper left hand corner of the window |
y | The y coordinate of the mouse, relative the the upper left hand corner of the window |
0
This is a callback function. You must suply this function yourself. Register this function with the WinXRegOnMouseMove function.
FUNCTION onMouseMove (hWnd, x, y)
END FUNCTION |