FreeRDP
|
Data Fields | |
ALIGN64 INT32 | deviceid |
ALIGN64 UINT32 | flags |
ALIGN64 double | max_pressure |
ALIGN64 BOOL | hovering |
ALIGN64 BOOL | pressed |
ALIGN64 INT32 | last_x |
ALIGN64 INT32 | last_y |
Definition at line 106 of file include/freerdp/client.h.
ALIGN64 INT32 FreeRDP_PenDevice::deviceid |
Definition at line 108 of file include/freerdp/client.h.
ALIGN64 UINT32 FreeRDP_PenDevice::flags |
Definition at line 109 of file include/freerdp/client.h.
ALIGN64 BOOL FreeRDP_PenDevice::hovering |
Definition at line 111 of file include/freerdp/client.h.
ALIGN64 INT32 FreeRDP_PenDevice::last_x |
Definition at line 113 of file include/freerdp/client.h.
ALIGN64 INT32 FreeRDP_PenDevice::last_y |
Definition at line 114 of file include/freerdp/client.h.
ALIGN64 double FreeRDP_PenDevice::max_pressure |
Definition at line 110 of file include/freerdp/client.h.
ALIGN64 BOOL FreeRDP_PenDevice::pressed |
Definition at line 112 of file include/freerdp/client.h.