This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
tomo-old/elements/basic
Sasha Koshka 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
..
button.go Repeated keys are detected properly 2023-01-20 17:40:28 -05:00
checkbox.go Repeated keys are detected properly 2023-01-20 17:40:28 -05:00
container.go Repeated keys are detected properly 2023-01-20 17:40:28 -05:00
label.go Basic elements now conform to the new API (largely untested) 2023-01-19 16:49:34 -05:00
progressbar.go Basic elements now conform to the new API (largely untested) 2023-01-19 16:49:34 -05:00
scrollcontainer.go Repeated keys are detected properly 2023-01-20 17:40:28 -05:00
spacer.go Basic elements now conform to the new API (largely untested) 2023-01-19 16:49:34 -05:00
textbox.go Repeated keys are detected properly 2023-01-20 17:40:28 -05:00