mirror of
https://github.com/sheumann/VNCviewGS.git
synced 2024-10-31 11:07:16 +00:00
141739c985
Also include a few missing prototypes, which could possibly fix bugs.
4 lines
130 B
C
4 lines
130 B
C
void SendKeyEvent (BOOLEAN keyDownFlag, unsigned long key);
|
|
extern void ProcessKeyEvent (void);
|
|
extern void SendModifiers (void);
|