Fixed clock and checkbox

This commit is contained in:
Sasha Koshka
2023-01-20 00:42:57 -05:00
parent 4367bba602
commit afd543ce92
2 changed files with 8 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ func (element *Checkbox) HandleMouseUp (x, y int, button tomo.Button) {
}
func (element *Checkbox) HandleMouseMove (x, y int) { }
func (element *Checkbox) HandleScroll (x, y int, deltaX, deltaY float64) { }
func (element *Checkbox) HandleMouseScroll (x, y int, deltaX, deltaY float64) { }
func (element *Checkbox) HandleKeyDown (
key tomo.Key,