Table of Contents

Namespace Sdl3Sharp.Video.Windowing.Drivers

Classes

Android

Represents the Android windowing driver

Cocoa

Represents the Cocoa windowing driver

Dummy

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

DummyEvdev

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

Emscripten

Represents the Emscripten windowing driver

Haiku

Represents the Haiku windowing driver

KmsDrm

Represents the Linux KMS/DRM windowing driver

N3DS

Represents the Nintendo 3DS windowing driver

NGage

Represents the Nokia N-Gage windowing driver

Offscreen

Represents the SDL offscreen-video windowing driver

OpenVR

Represents the OpenVR windowing driver

PlayStation2

Represents the Sony PlayStation 2 windowing driver

PlayStationPortable

Represents the Sony PlayStation Portable windowing driver

PlayStationVita

Represents the Sony PlayStation Vita windowing driver

Qnx

Represents the QNX windowing driver

RaspberryPi

Represents the Raspberry Pi windowing driver

RiscOS

Represents the RISC OS windowing driver

UIKit

Represents the UIKit windowing driver

Vivante

Represents the Vivante EGL windowing driver

Wayland

Represents the Wayland windowing driver

WindowingDriverExtensions

Provides extension methods and properties for IWindowingDriver implementing windowing driver types

Windows

Represents the Windows windowing driver

X11

Represents the X11 windowing driver

Interfaces

IWindowingDriver

Represents a windowing driver used to specify the windowing backend in Window<TDriver> and Display<TDriver>