Changeset 51616 in vbox for trunk/src/VBox/Main/testcase
- Timestamp:
- Jun 13, 2014 8:07:30 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94355
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstMouseImpl.cpp
r51615 r51616 52 52 DisplayMouseInterface *i_getDisplayMouseInterface() { return &mDisplay; } 53 53 /** @todo why on earth is this not implemented? */ 54 void onMouseCapabilityChange(BOOL supportsAbsolute, BOOL supportsRelative,55 BOOL supportsMT, BOOL needsHostCursor) {}54 void i_onMouseCapabilityChange(BOOL supportsAbsolute, BOOL supportsRelative, 55 BOOL supportsMT, BOOL needsHostCursor) {} 56 56 57 57 private:
Note:
See TracChangeset
for help on using the changeset viewer.