onTrackerPos (id, pos)
This callback is invoked when the slider on a tracker control is moved.
Parameter | Description |
---|---|
id | The id of the tracker control |
pos | The new position of the tracker's slider |
0
This is a callback function. You must supply this function yourself. Register this callback with the WinXRegOnTrackerPos function.
FUNCTION onTrackerPos (id, pos)
END FUNCTION |