mirror of
				https://github.com/gnif/LookingGlass.git
				synced 2025-11-03 22:22:08 +00:00 
			
		
		
		
	[client] core: redraw cursor after warping guest cursor
This commit is contained in:
		@@ -502,6 +502,7 @@ void core_handleMouseNormal(double ex, double ey)
 | 
			
		||||
        g_cursor.guest.y    = msg.y;
 | 
			
		||||
        g_cursor.realign    = false;
 | 
			
		||||
        g_cursor.realigning = false;
 | 
			
		||||
        g_cursor.redraw     = true;
 | 
			
		||||
 | 
			
		||||
        if (!g_cursor.inWindow)
 | 
			
		||||
          return;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user