Search found 1 match

by 0beron
Wed Oct 29, 2008 4:53 pm
Forum: Developer's Forum for Windows
Topic: Event driven python / 3d mouse
Replies: 1
Views: 10365

Event driven python / 3d mouse

I've got my Space Navigator PE up and running inside python using the win32com module, but only in polling mode, ie I have to grab the sensor values continually. My application only redraws when the viewpoint moves (using wxPython to bind events to mouse movement). Can I ask COM to call a callback o...