[C++] start windows mouse hook example
One of the Windows development techniques is called hooking. The advantage is that you can control it more easily than you think. In addition, MSDN documentation exists because the technique is an official technology provided by MSDN. https://docs.microsoft.com/en-us/windows/win32/winmsg/hooks Hooks - Windows applications Hooks In this article --> A hook is a point in the system message-handling..
2019. 7. 30. 22:55