Function InputEventMouseMotion.tilt

Represents the angles of tilt of the pen. Positive X-coordinate value indicates a tilt to the right. Positive Y-coordinate value indicates a tilt toward the user. Ranges from -1.0 to 1.0 for both axes.

Vector2 tilt() nothrow @property @nogc;

void tilt (
  Vector2 v
) nothrow @property @nogc;