mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 06:25:28 +00:00
* XI2Mouse.cs: Removed unused code.
This commit is contained in:
parent
6d00a1cce3
commit
ff8e42c77a
|
@ -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