Method

ValentInputAdapterpointer_motion

unstable since: 1.0

Declaration [src]

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

Description [src]

Move the pointer (dx, dy), relative to its current position.

Implementation should handle any necessary scaling.

Available since: 1.0

Parameters

dx

Type: double

Movement on x-axis.

dy

Type: double

Movement on y-axis.