Generate mouse/keyboard events from your mouse.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
interception/MouseDll/main.hpp

11 lines
251 B

#ifndef MAIN_HPP
#define MAIN_HPP
// ---------------------------------------------------------------------
extern void openApi() ;
extern void closeApi() ;
// ---------------------------------------------------------------------
#endif // MAIN_HPP