mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-11-09 23:04:52 +00:00
* Input/IMouseDriver2.cs: * Platform/X11/X11Mouse.cs: * Platform/X11/XI2Mouse.cs: * Platform/X11/Functions.cs: * Platform/Windows/WMInput.cs: * Platform/X11/X11GLNative.cs: * Platform/Windows/WinRawMouse.cs: Added ability to set the position of the mouse cursor. [X11] Avoid grabbing the pointer, as this causes unexpected side-effects (XInput2 stops working, debugging becomes difficult). We now use XWarpPointer and try to discard the spurious MouseMove events it generates. [X11] Make cursor visible when window loses focus, to make debugging easier. Restore previous state when it regains focus. |
||
|---|---|---|
| .. | ||
| Bindings | ||
| API.cs | ||
| Functions.cs | ||
| GlxHelper.cs | ||
| Structs.cs | ||
| X11DisplayDevice.cs | ||
| X11Factory.cs | ||
| X11GLContext.cs | ||
| X11GLNative.cs | ||
| X11GraphicsMode.cs | ||
| X11Input.cs | ||
| X11Joystick.cs | ||
| X11Keyboard.cs | ||
| X11KeyMap.cs | ||
| X11Mouse.cs | ||
| X11WindowInfo.cs | ||
| XI2Mouse.cs | ||