Table of Contents

Class Dummy

Namespace
Sdl3Sharp.Video.Windowing.Drivers
Assembly
Sdl3Sharp.dll

Represents the SDL "dummy video" (sometimes called "null video") windowing driver

public sealed class Dummy : IWindowingDriver
Inheritance
Dummy
Implements
Inherited Members

Fields

Name

The name of the "dummy video" (sometimes called "null video") windowing driver

public const string Name = "dummy"

Field Value

string

Remarks

The value of this constant is equal to "dummy".