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.

  1. Vector2 tilt [@property getter]
    struct InputEventMouseMotion
    @nogc nothrow @property
    Vector2
    tilt
    ()
  2. Vector2 tilt [@property setter]

Meta