InputEventMouse.position

The local mouse position relative to the Viewport. If used in Control._guiInput, the position is relative to the current Control which is under the mouse.

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

Meta