get_scroll_delta
Description:
[
Version ( since =
"1.10" ) ]
public void get_scroll_delta (
out double dx,
out double dy)
Retrieves the precise scrolling information of this.
The this has to have a direction
value of SMOOTH.
Parameters:
this |
a Event of type
SCROLL
|
dx |
return location for the delta on the horizontal axis
|
dy |
return location for the delta on the vertical axis
|