Control.mouseFilter

Controls whether the control will be able to receive mouse button input events through _guiInput and how these events should be handled. Use one of the MOUSE_FILTER_* constants. See the constants to learn what each does.

  1. Control.MouseFilter mouseFilter [@property getter]
    struct Control
    @nogc nothrow @property
    mouseFilter
    ()
  2. long mouseFilter [@property setter]

Meta