Changeset 53965 in vbox for trunk/src/VBox/Main/testcase/tstMouseImpl.cpp
- Timestamp:
- Jan 26, 2015 8:37:10 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97864
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstMouseImpl.cpp
r52064 r53965 44 44 virtual void i_getFramebufferDimensions(int32_t *px1, int32_t *py1, 45 45 int32_t *px2, int32_t *py2); 46 virtual HRESULT i_reportHostCursorCapabilities(uint32_t fCapabilitiesAdded, uint32_t fCapabilitiesRemoved) 47 { return S_OK; } 48 virtual HRESULT i_reportHostCursorPosition(int32_t x, int32_t y) {} 46 49 }; 47 50
Note:
See TracChangeset
for help on using the changeset viewer.