mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-12 23:15:34 +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))
|
using (new XLock(window.Display))
|
||||||
{
|
{
|
||||||
// Functions.XIWarpPointer(window.Display, 0,
|
|
||||||
// IntPtr.Zero, window.RootWindow, 0, 0, 0, 0, x, y);
|
|
||||||
Functions.XWarpPointer(window.Display,
|
Functions.XWarpPointer(window.Display,
|
||||||
IntPtr.Zero, window.RootWindow, 0, 0, 0, 0, (int)x, (int)y);
|
IntPtr.Zero, window.RootWindow, 0, 0, 0, 0, (int)x, (int)y);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue