UIElement.onMouseExit

Called when mouse enter or exits a widget. This function is meant to be overridden.

Typically used to call .setDirtyWhole in order to display/hide a mouse highlight if clickable.

class UIElement
nothrow @nogc
void
onMouseExit
()

Meta