MCPcopy Create free account
hub / github.com/OpenKneeboard/OpenKneeboard / OpenKneeboard_send_utf8

Function OpenKneeboard_send_utf8

src/api/OpenKneeboard_CAPI.cpp:46–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46OPENKNEEBOARD_CAPI void OpenKneeboard_send_utf8(
47 const char* eventName,
48 size_t eventNameByteCount,
49 const char* eventValue,
50 size_t eventValueByteCount) {
51 const OpenKneeboard::APIEvent ge {
52 {eventName, eventNameByteCount},
53 {eventValue, eventValueByteCount},
54 };
55 ge.Send();
56}
57
58OPENKNEEBOARD_CAPI void OpenKneeboard_send_wchar_ptr(
59 const wchar_t* eventName,

Callers

nothing calls this directly

Calls 1

SendMethod · 0.45

Tested by

no test coverage detected