MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / CursorCapture

Method CursorCapture

src/render/plugins/dda_capture/cursor_capture.cpp:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 CursorCapture::CursorCapture(DDACapturePlugin* plugin) {
161 plugin_ = plugin;
162 last_cursor_bitmap_data_ = Data::Make(nullptr, 1);
163 }
164
165 bool CursorCapture::CaptureCursorIcon(CaptureCursorBitmap *data, HICON icon) {
166 uint8_t *bitmap;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected