How can I get windows system messages?

Hello.

If I use panda3d/python, is there a way to handle windows message directly?
I’m trying to implement multitouch interaction.
To do that, I need to handle windows messages as I’m using windows 7.

How can I do that?

Sorry, Panda does not (currently) provide an interface for this. There are no plans to add such an interface for the future, though patches are always welcome. :slight_smile:

David

you can propably use sourceforge.net/projects/pywin32/ for that as its a python library…