FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
client/ainput.h
1
22
#ifndef FREERDP_CHANNEL_AINPUT_CLIENT_AINPUT_H
23
#define FREERDP_CHANNEL_AINPUT_CLIENT_AINPUT_H
24
25
#include <winpr/assert.h>
26
#include <freerdp/channels/ainput.h>
27
28
#ifdef __cplusplus
29
extern
"C"
30
{
31
#endif
32
33
typedef
UINT (*pcAInputSendInputEvent)(AInputClientContext* context, UINT64 flags, INT32 x,
34
INT32 y);
35
36
struct
ainput_client_context
37
{
38
void
* handle;
39
void
* custom;
40
41
pcAInputSendInputEvent AInputSendInputEvent;
42
};
36
struct
ainput_client_context
{
…
};
43
44
#ifdef __cplusplus
45
}
46
#endif
47
48
#endif
/* FREERDP_CHANNEL_AINPUT_CLIENT_AINPUT_H */
ainput_client_context
Definition
client/ainput.h:37
include
freerdp
client
ainput.h
Generated by
1.9.8