C++获取鼠标位置及全局检测鼠标行为 1、获取鼠标位置(在屏幕的位置) CPoint m_mouse; GetCursorPos(&m_mouse); 2、 屏幕 … Continue reading C++获取鼠标位置及全局检测鼠标行为