Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdvancedMenu

Easy to use, out of the box working menu. Available on NuGet.

Description

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:.

Getting started

  • 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.

Authors

Version History

  • 1.0
    • Initial Release.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

C# .net core library with easy to use, out of the box working menu & so much more.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages