Changeset 36161 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Mar 4, 2011 10:24:58 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70349
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MouseImpl.h
r36120 r36161 97 97 HRESULT reportRelEventToMouseDev(int32_t dx, int32_t dy, int32_t dz, 98 98 int32_t dw, uint32_t fButtons); 99 HRESULT reportAbsEventToMouseDev( uint32_t mouseXAbs, uint32_t mouseYAbs,99 HRESULT reportAbsEventToMouseDev(int32_t mouseXAbs, int32_t mouseYAbs, 100 100 int32_t dz, int32_t dw, uint32_t fButtons); 101 101 HRESULT reportAbsEventToVMMDev(int32_t mouseXAbs, int32_t mouseYAbs);
Note:
See TracChangeset
for help on using the changeset viewer.