Widget.trackHover - multiple declarations

Function Widget.trackHover

set new trackHover flag value (when true, widget will change Hover state while mouse is moving)

Prototype

Widget trackHover(
  bool v
) @property;

Function Widget.trackHover

mouse movement processing flag (when true, widget will change Hover state while mouse is moving)

Prototype

bool trackHover() @property const;

Authors

Copyright

License