Kiwi.HUD.Widget.MenuItem Class
A MenuItem extends the Button Widget and is typically contained inside of a Menu Widget. Since a MenuItem extends the Button Widget you can access the Input Component that it has to listen to mouse events.
Methods
objType
()
String
public
The type of object that this is.
Returns:
String:
"MenuItem"
Properties
input
Kiwi.HUD.HUDComponents.WidgetInput
public
The WidgetInput component that handles the management of events for this button.