mirror of
https://github.com/sheumann/VNCviewGS.git
synced 2024-11-21 10:33:40 +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);
|