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

Re: [pygame] How to catch SpaceMouse events?



> So the question is: Is there a way to obtain this event information?
> (What does SDL do with events that it doesn't know?)

I may be wrong, but I doubt you will ever get SDL to receive and
re-post unusual win32 events.

You will probably need to use something from the win32 API to capture
and use these events.

Sw.