mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] app: fix broken mouse sensitivity
This commit is contained in:
parent
b0f9d2f713
commit
33fed48277
@ -188,7 +188,7 @@ void app_handleMouseGrabbed(double ex, double ey)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
int x, y;
|
int x, y;
|
||||||
if (g_params.rawMouse && !g_cursor.useScale)
|
if (g_params.rawMouse && !g_cursor.sens)
|
||||||
{
|
{
|
||||||
/* raw unscaled input are always round numbers */
|
/* raw unscaled input are always round numbers */
|
||||||
x = floor(ex);
|
x = floor(ex);
|
||||||
|
Loading…
Reference in New Issue
Block a user