Changeset 70075 in vbox for trunk/include/VBox/Graphics
- Timestamp:
- Dec 12, 2017 9:54:21 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119623
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/Graphics/VBoxVideo.h
r69307 r70075 1279 1279 1280 1280 /** Report the guest cursor position and query the host one. The host may wish 1281 * to use the guest information to re-position its own cursor (though this is 1282 * currently unlikely). 1281 * to use the guest information to re-position its own cursor, particularly 1282 * when the cursor is captured and the guest does not support switching to a 1283 * software cursor. After every mode switch the guest must signal that it 1284 * supports sending position information by sending an event with 1285 * @a fReportPosition set to false. 1283 1286 * @see VBVA_CURSOR_POSITION */ 1284 1287 typedef struct VBVACURSORPOSITION
Note:
See TracChangeset
for help on using the changeset viewer.