|
static UINT | rdpei_send_frame (RdpeiClientContext *context, RDPINPUT_TOUCH_FRAME *frame) |
|
static RDPINPUT_CONTACT_POINT * | rdpei_contact (RDPEI_PLUGIN *rdpei, INT32 externalId, BOOL active) |
|
static UINT | rdpei_add_frame (RdpeiClientContext *context) |
|
static UINT | rdpei_send_pdu (GENERIC_CHANNEL_CALLBACK *callback, wStream *s, UINT16 eventId, UINT32 pduLength) |
|
static UINT | rdpei_write_pen_frame (wStream *s, const RDPINPUT_PEN_FRAME *frame) |
|
static UINT | rdpei_send_pen_event_pdu (GENERIC_CHANNEL_CALLBACK *callback, UINT32 frameOffset, const RDPINPUT_PEN_FRAME *frames, UINT16 count) |
|
static UINT | rdpei_send_pen_frame (RdpeiClientContext *context, RDPINPUT_PEN_FRAME *frame) |
|
static UINT | rdpei_add_pen_frame (RdpeiClientContext *context) |
|
static UINT | rdpei_update (RdpeiClientContext *context) |
|
static DWORD WINAPI | rdpei_periodic_update (LPVOID arg) |
|
static UINT | rdpei_send_cs_ready_pdu (GENERIC_CHANNEL_CALLBACK *callback) |
|
static void | rdpei_print_contact_flags (UINT32 contactFlags) |
|
static INT16 | bounded (INT32 val) |
|
static UINT | rdpei_write_touch_frame (wStream *s, RDPINPUT_TOUCH_FRAME *frame) |
|
static UINT | rdpei_send_touch_event_pdu (GENERIC_CHANNEL_CALLBACK *callback, RDPINPUT_TOUCH_FRAME *frame) |
|
static UINT | rdpei_recv_sc_ready_pdu (GENERIC_CHANNEL_CALLBACK *callback, wStream *s) |
|
static UINT | rdpei_recv_suspend_touch_pdu (GENERIC_CHANNEL_CALLBACK *callback, wStream *s) |
|
static UINT | rdpei_recv_resume_touch_pdu (GENERIC_CHANNEL_CALLBACK *callback, wStream *s) |
|
static UINT | rdpei_recv_pdu (GENERIC_CHANNEL_CALLBACK *callback, wStream *s) |
|
static UINT | rdpei_on_data_received (IWTSVirtualChannelCallback *pChannelCallback, wStream *data) |
|
static UINT | rdpei_on_close (IWTSVirtualChannelCallback *pChannelCallback) |
|
static UINT32 | rdpei_get_version (RdpeiClientContext *context) |
|
static UINT32 | rdpei_get_features (RdpeiClientContext *context) |
|
static UINT | rdpei_add_contact (RdpeiClientContext *context, const RDPINPUT_CONTACT_DATA *contact) |
|
static UINT | rdpei_touch_process (RdpeiClientContext *context, INT32 externalId, UINT32 contactFlags, INT32 x, INT32 y, INT32 *contactId, UINT32 fieldFlags, va_list ap) |
|
static UINT | rdpei_touch_begin (RdpeiClientContext *context, INT32 externalId, INT32 x, INT32 y, INT32 *contactId) |
|
static UINT | rdpei_touch_update (RdpeiClientContext *context, INT32 externalId, INT32 x, INT32 y, INT32 *contactId) |
|
static UINT | rdpei_touch_end (RdpeiClientContext *context, INT32 externalId, INT32 x, INT32 y, INT32 *contactId) |
|
static UINT | rdpei_touch_cancel (RdpeiClientContext *context, INT32 externalId, INT32 x, INT32 y, INT32 *contactId) |
|
static UINT | rdpei_touch_raw_event (RdpeiClientContext *context, INT32 externalId, INT32 x, INT32 y, INT32 *contactId, UINT32 flags, UINT32 fieldFlags,...) |
|
static UINT | rdpei_touch_raw_event_va (RdpeiClientContext *context, INT32 externalId, INT32 x, INT32 y, INT32 *contactId, UINT32 flags, UINT32 fieldFlags, va_list args) |
|
static RDPINPUT_PEN_CONTACT_POINT * | rdpei_pen_contact (RDPEI_PLUGIN *rdpei, INT32 externalId, BOOL active) |
|
static UINT | rdpei_add_pen (RdpeiClientContext *context, INT32 externalId, const RDPINPUT_PEN_CONTACT *contact) |
|
static UINT | rdpei_pen_process (RdpeiClientContext *context, INT32 externalId, UINT32 contactFlags, UINT32 fieldFlags, INT32 x, INT32 y, va_list ap) |
|
static UINT | rdpei_pen_begin (RdpeiClientContext *context, INT32 externalId, UINT32 fieldFlags, INT32 x, INT32 y,...) |
|
static UINT | rdpei_pen_update (RdpeiClientContext *context, INT32 externalId, UINT32 fieldFlags, INT32 x, INT32 y,...) |
|
static UINT | rdpei_pen_end (RdpeiClientContext *context, INT32 externalId, UINT32 fieldFlags, INT32 x, INT32 y,...) |
|
static UINT | rdpei_pen_hover_begin (RdpeiClientContext *context, INT32 externalId, UINT32 fieldFlags, INT32 x, INT32 y,...) |
|
static UINT | rdpei_pen_hover_update (RdpeiClientContext *context, INT32 externalId, UINT32 fieldFlags, INT32 x, INT32 y,...) |
|
static UINT | rdpei_pen_hover_cancel (RdpeiClientContext *context, INT32 externalId, UINT32 fieldFlags, INT32 x, INT32 y,...) |
|
static UINT | rdpei_pen_raw_event (RdpeiClientContext *context, INT32 externalId, UINT32 contactFlags, UINT32 fieldFlags, INT32 x, INT32 y,...) |
|
static UINT | rdpei_pen_raw_event_va (RdpeiClientContext *context, INT32 externalId, UINT32 contactFlags, UINT32 fieldFlags, INT32 x, INT32 y, va_list args) |
|
static UINT | init_plugin_cb (GENERIC_DYNVC_PLUGIN *base, rdpContext *rcontext, rdpSettings *settings) |
|
static void | terminate_plugin_cb (GENERIC_DYNVC_PLUGIN *base) |
|