Package: gdk

Function gdk:scroll-event-deltas

Lambda List

gdk:scroll-event-deltas (event)

Arguments

event -- a gdk:event instance

Return Value

xdelta - a double float with the x scroll delta
ydelta - a double float with the y scroll delta

Details

Extracts the scroll deltas of a scroll event. The deltas will be zero unless the scroll direction is the :smooth value of the gdk:scroll-direction enumeration.
 

See also

#2023-7-25