Changeset 53969 in vbox for trunk/src/VBox/Main/testcase/tstMouseImpl.cpp
- Timestamp:
- Jan 26, 2015 9:14:57 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97868
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstMouseImpl.cpp
r53965 r53969 46 46 virtual HRESULT i_reportHostCursorCapabilities(uint32_t fCapabilitiesAdded, uint32_t fCapabilitiesRemoved) 47 47 { return S_OK; } 48 virtual HRESULT i_reportHostCursorPosition(int32_t x, int32_t y) { }48 virtual HRESULT i_reportHostCursorPosition(int32_t x, int32_t y) { return S_OK; } 49 49 }; 50 50
Note:
See TracChangeset
for help on using the changeset viewer.