mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 07:58:59 +02:00
disable wheel for size scaling
This commit is contained in:
parent
ff8d154412
commit
0b13a7173c
1 changed files with 1 additions and 1 deletions
|
@ -1326,7 +1326,7 @@ function wheelEvent(event) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Controller.wheelEvent.connect(wheelEvent);
|
// Controller.wheelEvent.connect(wheelEvent);
|
||||||
Controller.mousePressEvent.connect(mousePressEvent);
|
Controller.mousePressEvent.connect(mousePressEvent);
|
||||||
Controller.mouseReleaseEvent.connect(mouseReleaseEvent);
|
Controller.mouseReleaseEvent.connect(mouseReleaseEvent);
|
||||||
Controller.mouseMoveEvent.connect(mouseMoveEvent);
|
Controller.mouseMoveEvent.connect(mouseMoveEvent);
|
||||||
|
|
Loading…
Reference in a new issue