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

Method SubmitCursor

src/runtime/runtime_service.cpp:156–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156void ManagedDisplayPort::SubmitCursor(const CursorInfo& cursor) {
157 std::function<void(const CursorInfo&)> handler;
158 {
159 std::lock_guard<std::mutex> lock(mutex_);
160 handler = cursor_handler_;
161 }
162 if (handler) handler(cursor);
163}
164
165void ManagedDisplayPort::SetFrameHandler(
166 std::function<void(DisplayFrame)> handler) {

Callers 1

SetupVirtioGpuMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected