InputEventGesture.position

The local gesture position relative to the Viewport. If used in Control._guiInput, the position is relative to the current Control that received this gesture.

  1. Vector2 position [@property getter]
  2. Vector2 position [@property setter]
    struct InputEventGesture
    @nogc nothrow @property
    void
    position
    (
    Vector2 v
    )

Meta