Searched refs:USYNERGY_TRUE (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/imgui/examples/libs/usynergy/ |
H A D | uSynergy.c | 232 context->m_hasReceivedHello = USYNERGY_TRUE; in sProcessMessage() 272 context->m_isCaptured = USYNERGY_TRUE; in sProcessMessage() 276 context->m_screenActiveCallback(context->m_cookie, USYNERGY_TRUE); in sProcessMessage() 294 context->m_mouseButtonRight = USYNERGY_TRUE; in sProcessMessage() 296 context->m_mouseButtonMiddle = USYNERGY_TRUE; in sProcessMessage() 298 context->m_mouseButtonLeft = USYNERGY_TRUE; in sProcessMessage() 339 sSendKeyboardCallback(context, key, mod, USYNERGY_TRUE, USYNERGY_FALSE); in sProcessMessage() 349 sSendKeyboardCallback(context, key, mod, USYNERGY_TRUE, USYNERGY_TRUE); in sProcessMessage() 594 context->m_connected = USYNERGY_TRUE; in uSynergyUpdate() [all...] |
H A D | uSynergy.h | 73 #define USYNERGY_TRUE 1 /* True value */ macro 141 destination address, that must all be handled on the user side. The function should return USYNERGY_TRUE if a 157 USYNERGY_TRUE if sending succeeded and USYNERGY_FALSE otherwise. This function should block until the send 172 USYNERGY_TRUE if receiving data succeeded and USYNERGY_FALSE otherwise. This function should block until data
|
Completed in 2 milliseconds