CollisionObject.inputCaptureOnDrag

If true the CollisionObject will continue to receive input events as the mouse is dragged across its shapes. Default value: false.

  1. bool inputCaptureOnDrag [@property getter]
    struct CollisionObject
    @nogc nothrow @property
    bool
    inputCaptureOnDrag
    ()
  2. bool inputCaptureOnDrag [@property setter]

Meta