TomaszRewak / C-sharp-console-gui-framework

A GUI framework for C# console applications
MIT License
1.08k stars 45 forks source link

Add mouse support #6

Closed TomaszRewak closed 4 years ago

TomaszRewak commented 4 years ago

So I've spent some time thinking about how may I implement the mouse support for this library and this it the proposal:

That should keep the interface simple and make it possible to hook up the mouse using one of the already existing projects.

TomaszRewak commented 4 years ago

The basic mouse support has been implemented as shown in the ConsoleGUI.MouseExample project.