Table of Contents

Class DummyEvdev

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

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

public sealed class DummyEvdev : IWindowingDriver
Inheritance
DummyEvdev
Implements
Inherited Members

Remarks

This windowing backend is only available on platforms that support evdev.

Fields

Name

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

public const string Name = "evdev"

Field Value

string

Remarks

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