FreeRDP
shadow_input.h
1 
19 #ifndef FREERDP_SERVER_SHADOW_INPUT_H
20 #define FREERDP_SERVER_SHADOW_INPUT_H
21 
22 #include <freerdp/server/shadow.h>
23 
24 #ifdef __cplusplus
25 extern "C"
26 {
27 #endif
28 
29  void shadow_input_register_callbacks(rdpInput* input);
30 
31 #ifdef __cplusplus
32 }
33 #endif
34 
35 #endif /* FREERDP_SERVER_SHADOW_INPUT_H */