Skip to content

Commit c82f8ea

Browse files
committed
ProjectPlayer: Add mouse wheel support
1 parent 2ab42ce commit c82f8ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ProjectPlayer.qml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ ProjectScene {
191191
onMouseMoved: (x, y)=> root.handleMouseMove(x, y)
192192
onMousePressed: root.handleMousePress()
193193
onMouseReleased: root.handleMouseRelease()
194+
onMouseWheelUp: root.handleMouseWheelUp()
195+
onMouseWheelDown: root.handleMouseWheelDown()
194196
}
195197

196198
Component {

0 commit comments

Comments
 (0)