VNCviewGS/keyboard.h
Stephen Heumann 141739c985 Clean up headers and make things static where appropriate.
Also include a few missing prototypes, which could possibly fix bugs.
2016-05-13 20:19:27 -05:00

4 lines
130 B
C

void SendKeyEvent (BOOLEAN keyDownFlag, unsigned long key);
extern void ProcessKeyEvent (void);
extern void SendModifiers (void);