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]
  2. Vector2 tilt [@property setter]
    struct InputEventMouseMotion
    @nogc nothrow @property
    void
    tilt
    (
    Vector2 v
    )

Meta