Windows: Reverse vertical scroll direction
This commit is contained in:
parent
25d5cfa505
commit
a279e195be
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ func (p *windowsController) PointerScroll(deltaHorizontal, deltaVertical int, fi
|
|||
inputs = append(inputs, mouseInput{
|
||||
typ: inputMouse,
|
||||
dwFlags: mouseeventfWheel,
|
||||
mouseData: uint32(deltaVertical * scrollMult),
|
||||
mouseData: uint32(-deltaVertical * scrollMult),
|
||||
})
|
||||
}
|
||||
if len(inputs) == 0 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue