FreeRDP
Loading...
Searching...
No Matches
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
30void sf_peer_ainput_init(testPeerContext* context);
31void sf_peer_ainput_uninit(testPeerContext* context);
32
33BOOL sf_peer_ainput_running(testPeerContext* context);
34BOOL sf_peer_ainput_start(testPeerContext* context);
35BOOL sf_peer_ainput_stop(testPeerContext* context);
36
37#endif /* FREERDP_SERVER_SAMPLE_SF_AINPUT_H */