mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-11-08 03:54:56 +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. |
||
|---|---|---|
| .. | ||
| Bindings | ||
| API.cs | ||
| WglHelper.cs | ||
| WinDisplayDevice.cs | ||
| WinFactory.cs | ||
| WinGLContext.cs | ||
| WinGLNative.cs | ||
| WinGraphicsMode.cs | ||
| WinInputBase.cs | ||
| WinKeyMap.cs | ||
| WinMMJoystick.cs | ||
| WinRawInput.cs | ||
| WinRawKeyboard.cs | ||
| WinRawMouse.cs | ||
| WinWindowInfo.cs | ||