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/rdpei_main.h
1
20
#ifndef FREERDP_CHANNEL_RDPEI_CLIENT_MAIN_H
21
#define FREERDP_CHANNEL_RDPEI_CLIENT_MAIN_H
22
23
#include <freerdp/config.h>
24
25
#include <freerdp/dvc.h>
26
#include <freerdp/types.h>
27
#include <freerdp/addin.h>
28
#include <freerdp/channels/log.h>
29
30
#include <freerdp/channels/rdpei.h>
31
#include <freerdp/client/rdpei.h>
32
61
typedef
struct
62
{
63
BOOL dirty;
64
BOOL active;
65
UINT32 contactId;
66
INT32 externalId;
67
RDPINPUT_CONTACT_DATA
data;
68
}
RDPINPUT_CONTACT_POINT
;
61
typedef
struct
{
…
};
69
70
typedef
struct
71
{
72
BOOL dirty;
73
BOOL active;
74
INT32 externalId;
75
RDPINPUT_PEN_CONTACT
data;
76
}
RDPINPUT_PEN_CONTACT_POINT
;
70
typedef
struct
{
…
};
77
78
#ifdef WITH_DEBUG_DVC
79
#define DEBUG_DVC(...) WLog_DBG(TAG, __VA_ARGS__)
80
#else
81
#define DEBUG_DVC(...) \
82
do \
83
{ \
84
} while (0)
85
#endif
86
87
#endif
/* FREERDP_CHANNEL_RDPEI_CLIENT_MAIN_H */
RDPINPUT_CONTACT_DATA
a contact point
Definition
channels/rdpei.h:105
RDPINPUT_CONTACT_POINT
Definition
client/rdpei_main.h:62
RDPINPUT_PEN_CONTACT_POINT
Definition
client/rdpei_main.h:71
RDPINPUT_PEN_CONTACT
Definition
channels/rdpei.h:136
channels
rdpei
client
rdpei_main.h
Generated by
1.9.8