mouse和cursor的区别
在MSDN中WM_LBUTTONDOWN,The WM_LBUTTONDOWN message is posted when the user presses the left mouse button while the cursor is in the client area of a window. If the mouse is not captured, the message is posted to the window beneath the cursor.请问这里的mouse和cursor区别?