Panda in PyQt

Hi all again. After some time, I get to tinker again with my Panda3d/Pyqt visualizer.

rdb, thanks for your snapshot. Now I’m using the official 1.7.0 but I’m still facing the same problem of not having mouse and keyboard input on windows.

I’ve tried several tricks, including using ctypes to call SetFocus on the window handle obtained by GetWindow. No luck.

Is there any other thing I could try?

P.S. Unrelated, but could be useful for someone. I had to start the QTimer hooked to world.step with timer.start(1). In fact, timer.start(0) failed to produce a running panda main loop. strange.