Changeset 54495 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Feb 25, 2015 1:47:58 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98604
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstMouseImpl.cpp
r53969 r54495 47 47 { return S_OK; } 48 48 virtual HRESULT i_reportHostCursorPosition(int32_t x, int32_t y) { return S_OK; } 49 virtual bool i_isInputMappingSet() { return true; } 49 50 }; 50 51
Note:
See TracChangeset
for help on using the changeset viewer.