Control.mouseFilter

Controls whether the control will be able to receive mouse button input events through _guiInput and how these events should be handled. Also controls whether the control can receive the mouseEntered, and mouseExited signals. 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