MiboGame<'Model, 'Msg> Type
The MonoGame-backed game host. Subclasses Microsoft.Xna.Framework.Game
and drives a shared ElmishLoop from
Update/Draw.
Construct one with a Program and call
Run(). The host owns the MonoGame window/graphics lifecycle and
delegates message processing to ElmishLoop — it holds no
dispatch/update state of its own.
Constructors
| Constructor |
Description
|
|
Mibo