| 
    FreeRDP
    
   | 
 
a contact point More...
#include <rdpei.h>
Data Fields | |
| UINT32 | contactId | 
| UINT16 | fieldsPresent | 
| INT32 | x | 
| INT32 | y | 
| UINT32 | contactFlags | 
| INT16 | contactRectLeft | 
| INT16 | contactRectTop | 
| INT16 | contactRectRight | 
| INT16 | contactRectBottom | 
| UINT32 | orientation | 
| UINT32 | pressure | 
a contact point
Definition at line 104 of file channels/rdpei.h.
| UINT32 RDPINPUT_CONTACT_DATA::contactFlags | 
Definition at line 110 of file channels/rdpei.h.
| UINT32 RDPINPUT_CONTACT_DATA::contactId | 
Definition at line 106 of file channels/rdpei.h.
| INT16 RDPINPUT_CONTACT_DATA::contactRectBottom | 
Definition at line 114 of file channels/rdpei.h.
| INT16 RDPINPUT_CONTACT_DATA::contactRectLeft | 
Definition at line 111 of file channels/rdpei.h.
| INT16 RDPINPUT_CONTACT_DATA::contactRectRight | 
Definition at line 113 of file channels/rdpei.h.
| INT16 RDPINPUT_CONTACT_DATA::contactRectTop | 
Definition at line 112 of file channels/rdpei.h.
| UINT16 RDPINPUT_CONTACT_DATA::fieldsPresent | 
Definition at line 107 of file channels/rdpei.h.
| UINT32 RDPINPUT_CONTACT_DATA::orientation | 
Definition at line 115 of file channels/rdpei.h.
| UINT32 RDPINPUT_CONTACT_DATA::pressure | 
Definition at line 116 of file channels/rdpei.h.
| INT32 RDPINPUT_CONTACT_DATA::x | 
Definition at line 108 of file channels/rdpei.h.
| INT32 RDPINPUT_CONTACT_DATA::y | 
Definition at line 109 of file channels/rdpei.h.