PGMouseWatcherBackground

from panda3d.core import PGMouseWatcherBackground
class PGMouseWatcherBackground

Bases:

Bases: MouseWatcherRegion

This is a special kind of MouseWatcherRegion that doesn’t have a rectangle and is never active, but just quietly listens for keypresses and sends them to all the PGItems with background focus.

Inheritance diagram

Inheritance diagram of PGMouseWatcherBackground

__init__()
__init__(param0: PGMouseWatcherBackground)
static getClassType() TypeHandle