Searched refs:uSynergyCookie (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/ |
H A D | uSynergy.h | 79 The uSynergyCookie type is an opaque type that is used by uSynergy to communicate to the client. It is passed along to 82 typedef struct { int ignored; } * uSynergyCookie; typedef 149 typedef uSynergyBool (*uSynergyConnectFunc)(uSynergyCookie cookie); 164 typedef uSynergyBool (*uSynergySendFunc)(uSynergyCookie cookie, const uint8_t *buffer, int length); 181 typedef uSynergyBool (*uSynergyReceiveFunc)(uSynergyCookie cookie, uint8_t *buffer, int maxLength, int* outLength); 195 typedef void (*uSynergySleepFunc)(uSynergyCookie cookie, int timeMs); 221 typedef void (*uSynergyTraceFunc)(uSynergyCookie cookie, const char *text); 234 typedef void (*uSynergyScreenActiveCallback)(uSynergyCookie cookie, uSynergyBool active); 254 typedef void (*uSynergyMouseCallback)(uSynergyCookie cookie, uint16_t x, uint16_t y, int16_t wheelX, int16_t wheelY, uSynergyBool buttonLeft, uSynergyBool buttonRight, uSynergyBool buttonMiddle); 269 typedef void (*uSynergyKeyboardCallback)(uSynergyCookie cooki [all...] |
Completed in 2 milliseconds