mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 12:21:06 +00:00
* XI2Mouse.cs: Removed unused code.
This commit is contained in:
parent
88cbcc3a04
commit
32a564c990
|
@ -125,8 +125,6 @@ namespace OpenTK.Platform.X11
|
|||
{
|
||||
using (new XLock(window.Display))
|
||||
{
|
||||
// Functions.XIWarpPointer(window.Display, 0,
|
||||
// IntPtr.Zero, window.RootWindow, 0, 0, 0, 0, x, y);
|
||||
Functions.XWarpPointer(window.Display,
|
||||
IntPtr.Zero, window.RootWindow, 0, 0, 0, 0, (int)x, (int)y);
|
||||
|
||||
|
|
Loading…
Reference in a new issue