UIElement.onMouseExit

Called when mouse enter this Element. This function is meant to be overriden. Between onMouseEnter and onMouseExit, isMouseOver will return true.

class UIElement
public nothrow @nogc
void
onMouseExit
()

Examples

use this callback to call setDirtyWhole so that you can draw a lack of highlight when the widget is pointed to.

Meta