mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Call DefWindowProc after processing WM_INPUT
This commit is contained in:
		| @@ -4614,6 +4614,8 @@ LRESULT MeterWindow::OnMouseInput(UINT uMsg, WPARAM wParam, LPARAM lParam) | ||||
| 		} | ||||
| 	} | ||||
|  | ||||
| 	// DefWindowProc must be called after processing WM_INPUT. | ||||
| 	DefWindowProc(m_Window, uMsg, wParam, lParam); | ||||
| 	return 0; | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Birunthan Mohanathas
					Birunthan Mohanathas