MCPcopy Create free account
hub / github.com/78/tenbox / SetPointerEventCallback

Method SetPointerEventCallback

src/runtime/runtime_service.cpp:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140void ManagedInputPort::SetPointerEventCallback(PointerCallback cb) {
141 std::lock_guard<std::mutex> lock(mutex_);
142 pointer_callback_ = std::move(cb);
143}
144
145// ── ManagedDisplayPort ───────────────────────────────────────────────
146

Callers 1

AttachVmMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected