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

Method SetCursorHandler

src/runtime/runtime_service.cpp:171–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void ManagedDisplayPort::SetCursorHandler(
172 std::function<void(const CursorInfo&)> handler) {
173 std::lock_guard<std::mutex> lock(mutex_);
174 cursor_handler_ = std::move(handler);
175}
176
177void ManagedDisplayPort::SubmitScanoutState(bool active, uint32_t width, uint32_t height) {
178 std::function<void(bool, uint32_t, uint32_t)> handler;

Callers 1

RuntimeControlServiceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected