MenuLib

[Re-Usable] MenuLib v0.6

This update adds several improvements, bug fixes, and a new text input module. Documentation is coming soon, I promise, but for now, take a look at the debug file included to learn my chicken scratch.
Additions/Improvements:
  • Pop ups can now be instantly closed, bypassing the slide out animation. MenuLib.initPop(id, boolean instant)
  • The escape key can now close menus and popups. If trying to close a popup, the escape key will have no effect if the popup has the PS_NOESCAPE popup-style flag
  • Menus/popups now have menu_t.init and menu_t.exit "hook" functions. These are called when a menu/popup is opened or closed, respectively
Top