#include <SO3KeyboardHook.h>
Public Member Functions | |
| SKeyboardHook () | |
| ~SKeyboardHook () | |
| void | handleHook (UINT msg, WindowHandle hwnd, WPARAM wParam, LPARAM lParam) |
Public Attributes | |
| HHOOK | getMsgHook |
| HHOOK | getProcHook |
Static Public Attributes | |
| static SKeyboardHook * | instance = 0 |
Definition at line 44 of file SO3KeyboardHook.h.
| SKeyboardHook::SKeyboardHook | ( | ) |
Definition at line 45 of file SO3KeyboardHook.cpp.
| SKeyboardHook::~SKeyboardHook | ( | ) |
Definition at line 53 of file SO3KeyboardHook.cpp.
| void SKeyboardHook::handleHook | ( | UINT | msg, | |
| WindowHandle | hwnd, | |||
| WPARAM | wParam, | |||
| LPARAM | lParam | |||
| ) |
Definition at line 60 of file SO3KeyboardHook.cpp.
Definition at line 48 of file SO3KeyboardHook.h.
Definition at line 49 of file SO3KeyboardHook.h.
SKeyboardHook * SKeyboardHook::instance = 0 [static] |
Definition at line 47 of file SO3KeyboardHook.h.
1.6.3