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

Author Topic: Does SFML support horizontal mouse scrolling?  (Read 3958 times)

0 Members and 1 Guest are viewing this topic.

Skomakar'n

  • Newbie
  • *
  • Posts: 25
    • View Profile
Does SFML support horizontal mouse scrolling?
« on: October 25, 2010, 03:04:01 am »
I'm making a little GUI system for my SFML-based engine, and I have boxes with scrolling content working, and I can use the mouse to scroll vertically, but as I'm using a MacBook Pro with a trackpad that can also scroll horizontally, I'm wondering if there is any possibility for SFML to detect horizontal scrolling, so that I can scroll through the content horizontally using the mouse scroll as well, rather than having to click the scrollbar slider and drag it around manually.

Is there?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Does SFML support horizontal mouse scrolling?
« Reply #1 on: October 25, 2010, 07:50:34 am »
Nop.
Laurent Gomila - SFML developer

Skomakar'n

  • Newbie
  • *
  • Posts: 25
    • View Profile
Does SFML support horizontal mouse scrolling?
« Reply #2 on: October 25, 2010, 02:07:13 pm »
I'll emulate it through requiring shift being held down to scroll horizontally, then.
Thanks.

 

anything