Function Viewport.guiDisableInput

If true, the viewport will not receive input event.

bool guiDisableInput() nothrow @property @nogc;

void guiDisableInput (
  bool v
) nothrow @property @nogc;