Home
last modified time | relevance | path

Searched refs:cursor_info (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/modules/desktop_capture/
Dmouse_cursor_monitor_win.cc102 CURSORINFO cursor_info; in Capture() local
103 cursor_info.cbSize = sizeof(CURSORINFO); in Capture()
104 if (!GetCursorInfo(&cursor_info)) { in Capture()
110 if (!IsSameCursorShape(cursor_info, last_cursor_)) { in Capture()
111 if (cursor_info.flags == CURSOR_SUPPRESSED) { in Capture()
113 last_cursor_ = cursor_info; in Capture()
121 if (cursor_info.flags == 0) { in Capture()
126 cursor_info.hCursor = LoadCursor(nullptr, IDC_ARROW); in Capture()
129 CreateMouseCursorFromHCursor(desktop_dc_, cursor_info.hCursor)); in Capture()
131 last_cursor_ = cursor_info; in Capture()
[all …]