[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[pygame] pyGame and touchscreens



Hi,

I'm working on a touchscreen application with pygame. Up till now,
I've always used pygame's mouse events to track the user's actions (as
I don't have the touchscreen yet).

Just this morning, I started to wonder whether relying on the fact
that touchscreen input equals mouse input (from pygame's perspective)
is really a wise thing to do.

Does anyone have experience with pygame's input event handler and touchscreens?

Thanks,

Mathieu