VirtualBox

Ignore:
Timestamp:
Aug 12, 2013 11:17:48 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87875
Message:

Frontend,Devices: touch input updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp

    r47571 r47672  
    935935                    currentTouchPoint.x(), currentTouchPoint.y(), iTouchPointState));
    936936
    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,
    939939                                             RT_MAKE_U16(touchPoint.id(), iTouchPointState),
    940940                                             0);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette