If we want to handle mouse clicks, we need to add a WM_LBUTTONDOWN handler (or WM_RBUTTONDOWN, WM_MBUTTONDOWN, for right and middle clicks respectively).
If I or someone else refers to handling a message they mean to add it into the WndProc() of your window class as follows: