mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-11-25 08:16:16 +00:00
SDL2 does not report keydown and keyup events on modifiers keys until you release them. Attempted to fix this using SDL_GetModifierState, but this does not appear to work. Should hit upstream. |
||
|---|---|---|
| .. | ||
| sdl2-cs | ||
| Sdl2DisplayDeviceDriver.cs | ||
| Sdl2Factory.cs | ||
| Sdl2GraphicsContext.cs | ||
| Sdl2GraphicsMode.cs | ||
| Sdl2InputDriver.cs | ||
| Sdl2Joystick.cs | ||
| Sdl2Keyboard.cs | ||
| Sdl2KeyMap.cs | ||
| Sdl2Mouse.cs | ||
| Sdl2NativeWindow.cs | ||
| Sdl2WindowInfo.cs | ||