MouseWatcherGroup

from panda3d.core import MouseWatcherGroup
class MouseWatcherGroup

Bases:

Bases: MouseWatcherBase, ReferenceCount

This represents a collection of MouseWatcherRegions that may be managed as a group. The implementation for this is in MouseWatcherBase; this class exists so that we can inherit from ReferenceCount.

Inheritance diagram

Inheritance diagram of MouseWatcherGroup

static getClassType() TypeHandle