# win32_keyboard_and_mouse_hooks **Repository Path**: LinRaise/win32_keyboard_and_mouse_hooks ## Basic Information - **Project Name**: win32_keyboard_and_mouse_hooks - **Description**: Example of using SetWindowsHook() to capture keyboard and mouse input system-wide - **Primary Language**: C++ - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-08-22 - **Last Updated**: 2022-11-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Win32 keyboard and mouse hooks This is a proof of concept of how a program can capture keyboard and mouse input system-wide via SetWindowsHook(). I wrote this in early 2010, but I don't remember why. ## License BSD