add support for "pixel-perfect" scrolling
This commit is contained in:
parent
209eaf960d
commit
c1509ac8fa
6 changed files with 57 additions and 19 deletions
|
|
@ -42,5 +42,6 @@ type Plugin interface {
|
|||
KeyboardText(text string) error
|
||||
PointerButton(button uint, press bool) error
|
||||
PointerMove(deltaX, deltaY int) error
|
||||
PointerScroll(stepsHorizontal, stepsVertical int) error
|
||||
PointerScroll(deltaHorizontal, deltaVertical int) error
|
||||
PointerScrollFinish() error
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue