Is there any way to get events from my multitouch notebook's screen into my SFML application. (Running gallium Linux)
As far as I am aware that SFML's multitouch events only work on Android and ios, so these events will need to come from another source. SDL picks them up, but I can't find a way to get SDL input without using SDL's window.
I have done quite a bit poking around the past week trying to find a solution, but for some reason information about this is scarce.
The touch screen does work, chrome and gtk3 apps get full multitouch support. Everest dumps events for it correctly and Xinput says it supports up to 10 touches (and I will need all touches I can get)