Table of Contents

Class FrameworkDispatcher

Namespace
Microsoft.Xna.Framework
Assembly
MonoGame.Framework.dll

Helper class for processing internal framework events.

public static class FrameworkDispatcher
Inheritance
FrameworkDispatcher
Inherited Members

Remarks

If you use Game class, Update() is called automatically. Otherwise you must call it as part of your game loop.

Methods

Update()

Processes framework events.

public static void Update()