A c++ Library for easy, nice looking console GUIs
-ClearPos
-Clipboard
-Font Handling
-Mouse Handling
-Refresh
-Window Handling
-Syntax fixed to be consistant camelCase
-list made a seprate command from upcomming editList command
-mouseChoiceMenu Clicking and highlighting extended
-color command now has overloaded syntax ( UI::color(int x, int y);
and UI::color(COORD pos);
)
-mouseChoiceMenu breaking text input
-GetConsoleCursorPosition Not Working
-MouseChoiceMenu bugged when changing Y from 0
-Default Console Color not working
-Menu titles being larger than choices causes clipping issues
-Color not working after syntax change