onEnterLeave (hWnd, mouseInWindow)
This callback is invoked when the mosue enters or leaves a window
Parameter | Description |
---|---|
hWnd | The handle to the window the mouse has entered or left |
mouseInWindow | $$TRUE if the mouse has entered the window, $$FALSE if it has left |
0
This is a callback function. You must supply it yourself. To register this callback, use the WinXRegOnEnterLeave function.
' a simple onEnterLeave callback
END FUNCTION |