OnMouseEnter (GUI item event)

Called when the user moves over an item with the mouse cursor. Doesn’t take the mouse button (up or down) state into account.

Example(s)

onMouseEnter {
    ...
}