Method

ClutterEventset_scroll_delta

Declaration [src]

void
clutter_event_set_scroll_delta (
  ClutterEvent* event,
  gdouble dx,
  gdouble dy
)

Description [src]

Sets the precise scrolling information of event.

Available since:1.10

Parameters

dx gdouble
 

Delta on the horizontal axis.

dy gdouble
 

Delta on the vertical axis.