onScroll (pos, hWnd, direction)
This callback function is used to process scrolling events
Parameter | Description |
---|---|
pos | The new scrolling position |
hWnd | The handle to the window that was scrolled |
direction | The scrollbar that was used in the scrolling |
0
This is a callback function. You must supply this function yourself. Register this callback with the WinXRegOnScroll callback function.
The direction parameter identifies the scrollbar which generated the scrolling event. Possible values are:
'echo the scrolling position
END FUNCTION |
WinXRegOnScroll
WinXScroll_Update
WinXScroll_Scroll
Scrolling