ApplicationBase
Description
- Derived from
-
Disposable abstract
IApplication - Extended by
-
Example_HelloWorld sealed
LogoApplication sealed
TestApplication sealed
WidgetApplication
Abstract base class for IApplication implementations.
The default implementation of IRenderable.Render calls IGraphicsContext.ClearRenderTarget, passing all clear flags and default clear values. Omit the base method call if you need to do the clear in another way.
The default implementation of IInputConsumer.IsConsumingTextInput returns false
. The IUpdateableFrameTime.UpdateFrameTime method polls the property and calls IApplicationWindow.TextInputBegin and IApplicationWindow.TextInputEnd accordingly.