Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Scroll Wheel  (Read 192 times)

0 Members and 1 Guest are viewing this topic.

clampflower

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Scroll Wheel
« on: May 22, 2024, 05:23:19 pm »
Hi All,

Apologies, as I am fairly new to this game.  I have been programming in C++ / SFML for a while now (months) but got stuck on mouse wheels. How do I use SFML to detect which way a vertical mouse wheel has been scrolled? I am using a Logitech mouse that has a pile of buttons and wheels but the main vertical wheel is the one that I want to detect.

I have been playing Forge of Empires and this scroll wheel controls the zoom function of the map, which is great and so I know this is doable. Would very much appreciate any help.

Many thanks

Moon.

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10899
    • View Profile
    • development blog
    • Email
Re: Scroll Wheel
« Reply #1 on: May 22, 2024, 10:38:53 pm »
Have you tried the sf::Event::MouseWheelScrolled event? See the tutorial.

Or are you saying that your mouse has more than one scroll wheel?

As for buttons, SFML also supports two extra mouse buttons.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

 

anything