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