hscurses
hscurses copied to clipboard
No way to detect keyReleased
I've been trying to use ncurses to track what keys are being pressed in the terminal (I've been playing with making a terminal based roguelike) however I can't find a way to detect keyReleased, only pressed.
Is this something that hscurses can do? Thanks