Added basic raw input support

This commit is contained in:
Simon Lübeß
2021-03-04 13:05:26 +01:00
parent 08613b9e82
commit 4e377bb117
4 changed files with 197 additions and 1 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ namespace Sandbox.VoxelFun
return;
}
let mouseMovement = Input.GetMouseMovement();
let mouseMovement = Input.GetRawMouseMovement();
if(mouseMovement.X == 0 && mouseMovement.Y == 0)
return;