init
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
#include "Base.h"
|
||||
|
||||
namespace mouse_keybord_hook
|
||||
{
|
||||
auto get_sendinput_hook_addr() -> unsigned char*;
|
||||
|
||||
auto install_mouse_keybord_hook()->BOOL;
|
||||
|
||||
auto remove_mouse_keybord_hook()->BOOL;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user