Method

ValentInputAdapterpointer_axis

unstable since: 1.0

Declaration [src]

void
valent_input_adapter_pointer_axis (
  ValentInputAdapter* adapter,
  double dx,
  double dy
)

Description [src]

Scroll the surface under the pointer (dx, dy), relative to its current position.

Implementations should handle any necessary scaling.

Available since: 1.0

Parameters

dx

Type: double

Movement on x-axis.

dy

Type: double

Movement on y-axis.