Mouse test now conforms to new API

This commit is contained in:
Sasha Koshka
2023-01-19 15:05:13 -05:00
parent c0d013a9fb
commit 8a72e8bf01
2 changed files with 4 additions and 4 deletions

View File

@@ -122,7 +122,7 @@ func (window *Window) handleButtonPress (
sum := scrollSum { }
sum.add(buttonEvent.Detail)
window.compressScrollSum(buttonEvent, &sum)
child.HandleScroll (
child.HandleMouseScroll (
int(buttonEvent.EventX),
int(buttonEvent.EventY),
float64(sum.x), float64(sum.y))