Mouse Control

hey guys,

Concerning mouse control, I found the following article online:

panda3d.org/manual/index.php/Mouse_Support

but of which class is mouseWatcher and window? I am new to panda3d and would very appreciate your help.

best,

Python can answer this question for you:

>>> print base.mouseWatcherNode.__class__
<type 'libpanda.MouseWatcher'>
>>> print base.win.__class__
<type 'libpanda.GraphicsWindow'>

David

Also helpful:

help(class_or_instance