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 99 of file include/freerdp/client.h.
ALIGN64 INT32 FreeRDP_PenDevice::deviceid |
Definition at line 101 of file include/freerdp/client.h.
ALIGN64 UINT32 FreeRDP_PenDevice::flags |
Definition at line 102 of file include/freerdp/client.h.
ALIGN64 BOOL FreeRDP_PenDevice::hovering |
Definition at line 104 of file include/freerdp/client.h.
ALIGN64 INT32 FreeRDP_PenDevice::last_x |
Definition at line 106 of file include/freerdp/client.h.
ALIGN64 INT32 FreeRDP_PenDevice::last_y |
Definition at line 107 of file include/freerdp/client.h.
ALIGN64 double FreeRDP_PenDevice::max_pressure |
Definition at line 103 of file include/freerdp/client.h.
ALIGN64 BOOL FreeRDP_PenDevice::pressed |
Definition at line 105 of file include/freerdp/client.h.