InDieTasten / ASCII-mate

A CLI tool with mouse support for drawing ascii art and animations
MIT License
1 stars 1 forks source link

Performance waste for mouse events #56

Open InDieTasten opened 2 days ago

InDieTasten commented 2 days ago

We are currently wasting performance by processing hover events, when nothing in the application is currently waiting for hover events. The mouse event reporting could be adjusted depending on whether we are currently waiting for hover events or not.

This might become obsolute in case we have hover event processing throughout most of the app