python - PyGame Multitouch Support (Windows 8) -


is there way of getting windows 8 multitouch events work pygame? there way @ of accessing touch events within python in windows?

pygame not directly support multitouch, , queues multitouch interactions separate mouse events. however, can bypass pygame mouse event system , utilize touchpy library process/handle touch & multitouch input. series of tutorials handling exact problem can seen here. convenience, here links tutorial one, two, three, , four. tutorials 3 , 4 might of particular interest shows examples of integrating pygame touchpy.


Comments