jwlodek / py_cui

A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.
https://jwlodek.github.io/py_cui-docs
BSD 3-Clause "New" or "Revised" License
752 stars 42 forks source link

Allow disabling mouse support #137

Open lenormf opened 3 years ago

lenormf commented 3 years ago

Is your feature request related to a problem? Please describe. There's no elegant way to make the program ignore mouse events.

Describe the solution you'd like A simple pair of methods would be great, e.g. enable_mouse() and disable_mouse().