Changeset 77452 in vbox for trunk/src/VBox/Main/src-client
- Timestamp:
- Feb 25, 2019 6:37:42 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 129023
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/MouseImpl.cpp
r77451 r77452 675 675 pDisplay->i_reportHostCursorPosition(x - 1, y - 1, false); 676 676 else /* Out of range. */ 677 pDisplay->i_reportHostCursorPosition(0, 0, true); 677 pDisplay->i_reportHostCursorPosition(0, 0, true); 678 678 } 679 679 return S_OK;
Note:
See TracChangeset
for help on using the changeset viewer.