Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 157 Bytes

keyhook.h

File metadata and controls

11 lines (7 loc) · 157 Bytes
 
1
2
3
4
5
6
7
8
9
10
#ifndef _INCL_KEYHOOK_H_
#define _INCL_KEYHOOK_H_
int pumpKeyHook(void);
void deinitKeyHook(void);
int initKeyHook(void);
#endif
// end of keyhook.h ...