FreeRDP
sf_ainput.h
1 
21 #ifndef FREERDP_SERVER_SAMPLE_SF_AINPUT_H
22 #define FREERDP_SERVER_SAMPLE_SF_AINPUT_H
23 
24 #include <freerdp/freerdp.h>
25 #include <freerdp/listener.h>
26 #include <freerdp/server/ainput.h>
27 
28 #include "sfreerdp.h"
29 
30 void sf_peer_ainput_init(testPeerContext* context);
31 void sf_peer_ainput_uninit(testPeerContext* context);
32 
33 BOOL sf_peer_ainput_running(testPeerContext* context);
34 BOOL sf_peer_ainput_start(testPeerContext* context);
35 BOOL sf_peer_ainput_stop(testPeerContext* context);
36 
37 #endif /* FREERDP_SERVER_SAMPLE_SF_AINPUT_H */