mirror of
				https://github.com/glfw/glfw.git
				synced 2025-11-03 22:04:15 +00:00 
			
		
		
		
	Added note.
This commit is contained in:
		
							parent
							
								
									109e3d13ed
								
							
						
					
					
						commit
						a5b6a306ae
					
				@ -684,6 +684,8 @@ static LRESULT CALLBACK windowProc(HWND hWnd, UINT uMsg,
 | 
			
		||||
                updateClipRect(window);
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            // NOTE: This cannot use LOWORD/HIWORD recommended by MSDN, as
 | 
			
		||||
            // those macros do not handle negative window positions correctly
 | 
			
		||||
            _glfwInputWindowPos(window,
 | 
			
		||||
                                GET_X_LPARAM(lParam),
 | 
			
		||||
                                GET_Y_LPARAM(lParam));
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user