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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Brussell

Pages: [1]
1
Window / Windows 10 Tablet does not trigger touch events
« on: March 17, 2018, 08:05:17 pm »
Hello,
My issue is that running my program on a Windows 10 tablet
mouse events will fire after two quick taps, but touch does not register.

sf::Touch::isDown(0)
Never returns true

and event.type's never equal
sf::Event::TouchBegan
or
sf::Event::TouchEnded

Thanks for taking the time to read about my issue.

Pages: [1]
anything