johnnovak / illwill

A curses inspired simple cross-platform console library for Nim
Do What The F*ck You Want To Public License
398 stars 27 forks source link

Holding key gives Key.None after first getKey call that returned the key pressed (question) #27

Closed luna-197 closed 2 years ago

luna-197 commented 2 years ago

The title says it all. I don't know if there's a way to detect if a key is being held down and not pressed once, so some info on that would be really useful.

johnnovak commented 2 years ago

Not currently, not sure if you can do it in a clean cross-platform manner. PRs are welcome :)