Enum MenuMouseBehavior
Defines the behavior of the mouse when a menu is open.
Namespace: LemonUI.Menus
Assembly: LemonUI.SHVDN3.dll
Syntax
public enum MenuMouseBehavior
Fields
| Name | Description |
|---|---|
| Disabled | The mouse will not be usable in the menu. |
| Movement | The menu can be used to click the items and navigate to them. |
| Scrolling | The wheel can be used to navigate in the menu, click can be used to confirm and right click to return/exit. |