22 Jun
2022
22 Jun
'22
1:55 p.m.
- the nodelay call is mentioned in the tutorial as letting things continue if no key is pressed (good for animation) - i tried calling clear() in the loop but it makes flicker. changing it to erase reduces refresh, and then putting it after getkey() seems important; getkey() can refresh. it might be the call to refresh() is not needed if getkey is called.