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

Meta