package context_menu
Functions
IsOpen
IsPointInside
IsPointInside returns true when a centered-screen UI point is inside the currently open context menu bounds.
Types
ContextMenu
struct
Show
func Show(host *engine.Host, options []ContextMenuOption, screenPos matrix.Vec2, onClose func()) (*ContextMenu, error)
ContextMenu.Close
ContextMenuOption
struct