Table of Contents

Class X11

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

Represents the X11 windowing driver

public sealed class X11 : IWindowingDriver
Inheritance
X11
Implements
Inherited Members

Remarks

This windowing backend is only available on platforms that support the X11 display server protocol.

Fields

Name

The name of the X11 windowing driver

public const string Name = "x11"

Field Value

string

Remarks

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