Scroll container mouse pass through

This commit is contained in:
Sasha Koshka
2023-01-19 18:03:50 -05:00
parent 71d50cab4b
commit 9c37cb8fef
3 changed files with 34 additions and 2 deletions

View File

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