Table of Contents

Class Windows

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

Represents the Windows windowing driver

public sealed class Windows : IWindowingDriver
Inheritance
Windows
Implements
Inherited Members

Remarks

This windowing backend is only available on Windows platforms.

Fields

Name

The name of the Windows windowing driver

public const string Name = "windows"

Field Value

string

Remarks

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