| 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; |
nothing calls this directly
no outgoing calls
no test coverage detected