Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 473 Bytes

engine.rst

File metadata and controls

16 lines (12 loc) · 473 Bytes

GameEngine

The :pyGameEngine is the literal beating heart of ppb: It publishes the event queue, is the source of the ~events.Idle event, and is the root container of the object tree.

Some of the engine of the API is definitely intended for advanced users. Use the various methods of :pyGameEngine with caution.

ppb.GameEngine