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.