Changeset 47672 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 12, 2013 11:17:48 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87875
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp
r47571 r47672 935 935 currentTouchPoint.x(), currentTouchPoint.y(), iTouchPointState)); 936 936 937 contacts[i++] = RT_MAKE_U64_FROM_U16((uint16_t)currentTouchPoint.x() ,938 (uint16_t)currentTouchPoint.y() ,937 contacts[i++] = RT_MAKE_U64_FROM_U16((uint16_t)currentTouchPoint.x() + 1, 938 (uint16_t)currentTouchPoint.y() + 1, 939 939 RT_MAKE_U16(touchPoint.id(), iTouchPointState), 940 940 0);
Note:
See TracChangeset
for help on using the changeset viewer.