Class GameFormSDL
Default Rendering Form on SDL based applications.
public class GameFormSDL : Window, IDisposable
- Inheritance
-
GameFormSDL
- Implements
- Inherited Members
- Extension Methods
Constructors
GameFormSDL()
Initializes a new instance of the 'GameForm' class.
public GameFormSDL()
GameFormSDL(string)
Initializes a new instance of the 'GameForm' class.
public GameFormSDL(string text)
Parameters
text
stringThe text.
Events
AppActivated
Occurs when [app activated].
public event EventHandler<EventArgs> AppActivated
Event Type
AppDeactivated
Occurs when [app deactivated].
public event EventHandler<EventArgs> AppDeactivated
Event Type
FullscreenToggle
Occurs when alt-enter key combination has been pressed.
public event EventHandler<EventArgs> FullscreenToggle
Event Type
PauseRendering
Occurs when [pause rendering].
public event EventHandler<EventArgs> PauseRendering
Event Type
ResumeRendering
Occurs when [resume rendering].
public event EventHandler<EventArgs> ResumeRendering
Event Type
UserResized
Occurs when [user resized].
public event EventHandler<EventArgs> UserResized