mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-11-19 20:44:48 +00:00
When we enter the modal resize loop on Windows with ClipCursor set, we cause a feedback loop where every resize causes the cursor to move and every move causes a new resize. To fix this, we need to ungrab the cursor when we are enter the modal loop. |
||
|---|---|---|
| .. | ||
| Dummy | ||
| Egl | ||
| MacOS | ||
| SDL2 | ||
| Windows | ||
| X11 | ||
| DesktopGraphicsContext.cs | ||
| DisplayDeviceBase.cs | ||
| EmbeddedGraphicsContext.cs | ||
| Factory.cs | ||
| IDisplayDeviceDriver.cs | ||
| INativeGLWindow.cs | ||
| IPlatformFactory.cs | ||
| IWindowInfo.cs | ||
| PlatformException.cs | ||
| Utilities.cs | ||