Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. WheelHandler: get scroll direction
QtWS25 Last Chance

WheelHandler: get scroll direction

Scheduled Pinned Locked Moved Solved QML and Qt Quick
2 Posts 1 Posters 214 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dmitry1992
    wrote on last edited by dmitry1992
    #1

    Hello all.
    How to get scroll direction, using WheelHandler?
    If it's impossible, can you give me alternative decision?

    1 Reply Last reply
    0
    • D Offline
      D Offline
      dmitry1992
      wrote on last edited by dmitry1992
      #2

      Found it:
      if (event.angleDelta.y > 0) {
      up()
      }
      else {
      down()
      }

      1 Reply Last reply
      2

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved