We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eac3b9 commit 8b4502fCopy full SHA for 8b4502f
src/OutputMode/VMultiMode/Pointer/VMultiRelativePointer.cs
@@ -32,7 +32,7 @@ static VMultiInstance<RelativeInputReport> createInstance()
32
33
public void SetPosition(Vector2 delta)
34
{
35
- if (delta == Vector2.Zero && _prev == Vector2.Zero)
+ if (delta == Vector2.Zero)
36
return;
37
38
delta += _error;
0 commit comments