Function CollisionObject.inputCaptureOnDrag
If true
, the CollisionObject
will continue to receive input events as the mouse is dragged across its shapes.
bool inputCaptureOnDrag() nothrow @property @nogc;
void inputCaptureOnDrag
(
bool v
) nothrow @property @nogc;