crossterm-rs / terminal

Unified API for different terminal manipulation libraries.
59 stars 2 forks source link

Capturing touchpad output #15

Open kvark opened 2 years ago

kvark commented 2 years ago

Would it be possible to capture the touchpad clicks the same way terminal can capture mouse clicks? From the user point of view they are often interchangeable.

TimonPost commented 2 years ago

I am not very sure how a terminal registers those presses. If you try it within crossterm, what results do you get? Terminal is somehwat higher level abstraction who might not get those events.