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]
  2. long mouseFilter [@property setter]
    struct Control
    @nogc nothrow @property
    void
    mouseFilter
    (
    long v
    )

Meta