Class DummyEvdev
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
Remarks
The value of this constant is equal to "evdev".