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

Method SetFrameHandler

src/runtime/runtime_service.cpp:165–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void ManagedDisplayPort::SetFrameHandler(
166 std::function<void(DisplayFrame)> handler) {
167 std::lock_guard<std::mutex> lock(mutex_);
168 frame_handler_ = std::move(handler);
169}
170
171void ManagedDisplayPort::SetCursorHandler(
172 std::function<void(const CursorInfo&)> handler) {

Callers 1

RuntimeControlServiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected