![]() |
Deskflow 1.24.0.365
Keyboard and mouse sharing utility
|
Loads and provides functions for the Windows hook. More...
#include <MSWindowsHook.h>
Public Member Functions | |
| MSWindowsHook ()=default | |
| ~MSWindowsHook () | |
| void | loadLibrary () |
| int | init (DWORD threadID) |
| int | cleanup () |
| void | setSides (uint32_t sides) |
| uint32_t | getSides () |
| void | setZone (int32_t x, int32_t y, int32_t w, int32_t h, int32_t jumpZoneSize) |
| void | setMode (EHookMode mode) |
Static Public Member Functions | |
| static EHookResult | install () |
| static int | uninstall () |
| static int | installScreenSaver () |
| static int | uninstallScreenSaver () |
Loads and provides functions for the Windows hook.
|
default |
| MSWindowsHook::~MSWindowsHook | ( | ) |
| int MSWindowsHook::cleanup | ( | ) |
| uint32_t MSWindowsHook::getSides | ( | ) |
|
static |
|
static |
| void MSWindowsHook::loadLibrary | ( | ) |
| void MSWindowsHook::setMode | ( | EHookMode | mode | ) |
| void MSWindowsHook::setSides | ( | uint32_t | sides | ) |
| void MSWindowsHook::setZone | ( | int32_t | x, |
| int32_t | y, | ||
| int32_t | w, | ||
| int32_t | h, | ||
| int32_t | jumpZoneSize ) |
|
static |
|
static |