Loads and provides functions for the Windows hook.
More...
#include <MSWindowsHook.h>
Loads and provides functions for the Windows hook.
◆ MSWindowsHook()
| MSWindowsHook::MSWindowsHook |
( |
| ) |
|
|
default |
◆ ~MSWindowsHook()
| MSWindowsHook::~MSWindowsHook |
( |
| ) |
|
◆ cleanup()
| int MSWindowsHook::cleanup |
( |
| ) |
|
◆ getPhysicalKeyState()
| bool MSWindowsHook::getPhysicalKeyState |
( |
BYTE | keys[256] | ) |
|
|
static |
Copy the hook's physical key state; false until it has observed an event.
◆ getSides()
| uint32_t MSWindowsHook::getSides |
( |
| ) |
|
◆ init()
| int MSWindowsHook::init |
( |
DWORD | threadID | ) |
|
◆ install()
◆ installScreenSaver()
| int MSWindowsHook::installScreenSaver |
( |
| ) |
|
|
static |
◆ loadLibrary()
| void MSWindowsHook::loadLibrary |
( |
| ) |
|
◆ setMode()
| void MSWindowsHook::setMode |
( |
EHookMode | mode | ) |
|
◆ setSides()
| void MSWindowsHook::setSides |
( |
uint32_t | sides | ) |
|
◆ setZone()
| void MSWindowsHook::setZone |
( |
int32_t | x, |
|
|
int32_t | y, |
|
|
int32_t | w, |
|
|
int32_t | h, |
|
|
int32_t | jumpZoneSize ) |
◆ uninstall()
| int MSWindowsHook::uninstall |
( |
| ) |
|
|
static |
◆ uninstallScreenSaver()
| int MSWindowsHook::uninstallScreenSaver |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following files: