Enum FrameworkMessage
Framework messages inform the user application of an important state change
Namespace: Yak2D
Assembly: Yak2D.Api.dll
Syntax
public enum FrameworkMessage : int
Fields
| Name | Description |
|---|---|
| ApplicationWindowClosing | |
| GamepadAdded | |
| GamepadRemoved | |
| GraphicsDeviceRecreated | All Resources have been lost. Recreate all Yak2D objects: Stages, Surfaces, Fonts, etc |
| LowMemoryReported | |
| SwapChainFramebufferReCreated | Previously held references / ids for the Main Window render target are now obsolete, refresh where required |
| WindowGainedFocus | |
| WindowLostFocus | |
| WindowWasResized |