get_scroll_deltas


Description:

[ Version ( since = "3.4" ) ]
public bool get_scroll_deltas (out double delta_x, out double delta_y)

Retrieves the scroll deltas from a Event

See also: get_scroll_direction

Parameters:

this

a Event

delta_x

return location for X delta

delta_y

return location for Y delta

Returns:

true if the event contains smooth scroll information and false otherwise