mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-10-30 04:57:27 +00:00
SDL_DestroyWindow must be called on the main thread. If the window is finalized, the finalizer will push a CLOSE event to the event loop (thread-safe) and the window will be destroyed on the main thread. |
||
|---|---|---|
| .. | ||
| Sdl2.cs | ||
| Sdl2DisplayDeviceDriver.cs | ||
| Sdl2Factory.cs | ||
| Sdl2GraphicsContext.cs | ||
| Sdl2GraphicsMode.cs | ||
| Sdl2InputDriver.cs | ||
| Sdl2JoystickDriver.cs | ||
| Sdl2Keyboard.cs | ||
| Sdl2KeyMap.cs | ||
| Sdl2Mouse.cs | ||
| Sdl2NativeWindow.cs | ||
| Sdl2WindowInfo.cs | ||