mickelson / sfml-pi

SFML on Linux without X11 using DRM/KMS (or dispmanx on RPi0-3)
Other
62 stars 26 forks source link

support multitouch on Raspberry Pi #5

Closed mignon-p closed 6 years ago

mignon-p commented 7 years ago

I have the Raspberry Pi Touch Display, and I'd like to use sfml-pi with it. So, I've added support for touch events on Raspberry Pi.

mickelson commented 7 years ago

i hope to have a chance to look at this soon. thanks

mignon-p commented 7 years ago

Thanks! The way I interact with the event queue is a bit sketchy, but I couldn't think of a better way to do it. Perhaps you'll have an idea for how to make it cleaner.

mignon-p commented 7 years ago

BTW, the documentation for Linux multi-touch is at https://www.kernel.org/doc/Documentation/input/multi-touch-protocol.txt

mickelson commented 6 years ago

better late than never!