My application is not receiving touch events.
The touchscreen works well, tested in Chrome.
cout << "E: " << event_e.type << endl;
if (event_e.type == Event::TouchBegan)
{
cout << event_e.touch.finger << endl;
}
What could I have missed?
SFML 2.5.1
Windows 10
Visual Studio 19