Codechange: remove queue_wrap / last_position from mouse movement
No backend uses it anymore, so also no longer any need to support it.
This commit is contained in:
		 Patric Stout
					Patric Stout
				
			
				
					committed by
					
						 Patric Stout
						Patric Stout
					
				
			
			
				
	
			
			
			 Patric Stout
						Patric Stout
					
				
			
						parent
						
							e83f244750
						
					
				
				
					commit
					0d840b4570
				
			| @@ -490,7 +490,7 @@ LRESULT CALLBACK WndProcGdi(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam) | ||||
| 				} | ||||
| 			} | ||||
|  | ||||
| 			if (_cursor.UpdateCursorPosition(x, y, false)) { | ||||
| 			if (_cursor.UpdateCursorPosition(x, y)) { | ||||
| 				POINT pt; | ||||
| 				pt.x = _cursor.pos.x; | ||||
| 				pt.y = _cursor.pos.y; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user