Commit Graph

6 Commits

Author SHA1 Message Date
72f604e819 Repeated keys are detected properly
The repeated bool was removed and instead key release events are
*only* sent when the key is actually let go. If an element wants to
listen to repeat presses, it can just listen to press events.
2023-01-20 17:40:28 -05:00
Sasha Koshka
afd543ce92 Fixed clock and checkbox 2023-01-20 00:42:57 -05:00
Sasha Koshka
c813463bb4 Basic elements now conform to the new API (largely untested) 2023-01-19 16:49:34 -05:00
b03cba57e1 Text drawer now takes in runes instead of a string 2023-01-18 00:42:04 -05:00
Sasha Koshka
06e0396695 More silliness 2023-01-17 16:46:07 -05:00
Sasha Koshka
5d64788b68 Checkboxes! 2023-01-17 16:38:57 -05:00