Class Offscreen
Represents the SDL offscreen-video windowing driver
public sealed class Offscreen : IWindowingDriver
- Inheritance
-
Offscreen
- Implements
- Inherited Members
Remarks
This windowing backend is the "offscreen-video" driver, which is a special driver that allows SDL to create windows without actually displaying them on the screen. It is primarily intended for testing purposes, and may not support all features of a normal windowing driver.
Fields
Name
The name of the SDL offscreen-video windowing driver
public const string Name = "offscreen"
Field Value
Remarks
The value of this constant is equal to "offscreen".