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.

Parameters

dx

Type: gdouble

Delta on the horizontal axis.

dy

Type: gdouble

Delta on the vertical axis.