mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-03-26 13:05:03 +00:00
Fixed bug #776 (Incorrect XDelta and YDelta values...)
This commit is contained in:
parent
046bdbb403
commit
6131379091
|
@ -197,9 +197,8 @@ namespace OpenTK.Input
|
|||
set
|
||||
{
|
||||
pos = value;
|
||||
last_pos = pos;
|
||||
|
||||
Move(this, new MouseMoveEventArgs(pos.X, pos.Y, pos.X - last_pos.X, pos.Y - last_pos.Y));
|
||||
last_pos = pos;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue