input: add flip_x and flip_y for touchpad (#9481)
This commit is contained in:
parent
f1ef724a87
commit
d7e7a29261
7 changed files with 50 additions and 8 deletions
|
|
@ -27,6 +27,7 @@ CMouse::CMouse(SP<Aquamarine::IPointer> mouse_) : mouse(mouse_) {
|
|||
.delta = E.delta,
|
||||
.unaccel = E.unaccel,
|
||||
.mouse = true,
|
||||
.device = self.lock(),
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue