Home
last modified time | relevance | path

Searched refs:uSynergyBool (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/
H A DuSynergy.h71 typedef int uSynergyBool; 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);
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 cookie, uint16_t key, uint16_t modifiers, uSynergyBool down, uSynergyBool repea
[all...]
H A DuSynergy.c131 static uSynergyBool sSendReply(uSynergyContext *context) in sSendReply()
137 uSynergyBool ret; in sSendReply()
172 static void sSendKeyboardCallback(uSynergyContext *context, uint16_t key, uint16_t modifiers, uSynergyBool down, uSynergyBool repeat) in sSendKeyboardCallback()

Completed in 2 milliseconds