Easy to use, out of the box working menu. Available on NuGet.
This is a library that will help you by creating an easy to use menu. Support both keyboard and mouse. There is a keyboard and mouse handling system that you can use to create more complex solutions.
Advanced documentation coming soon:tm:.
- Just provide a name, and create your menu. As easy as this.
Menu.SetCreator("Your name here");
Menu mainMenu = new Menu(new[] {"Option 1", "Option 2"}, new Action[] {method1, method2});For more details, check out the github and/or the wiki.
- 1.0
- Initial Release.
This project is licensed under the MIT License - see the LICENSE.md file for details