VirtualBox

Changeset 47208 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Jul 17, 2013 11:01:51 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87321
Message:

Devices/Input: more multi-touch plumbing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/MouseImpl.h

    r47190 r47208  
    6666    STDMETHOD(PutMouseEventAbsolute)(LONG x, LONG y, LONG dz, LONG dw,
    6767                                     LONG buttonState);
     68    STDMETHOD(PutMouseEventMultiTouch)(LONG x, LONG y, LONG contactID,
     69                                       BOOL inContact);
    6870    STDMETHOD(COMGETTER(EventSource)) (IEventSource ** aEventSource);
    6971
     
    117119
    118120    uint32_t mfVMMDevGuestCaps;  /** We cache this to avoid access races */
    119     int32_t mcLastAbsX;
    120     int32_t mcLastAbsY;
     121    int32_t mcLastX;
     122    int32_t mcLastY;
    121123    uint32_t mfLastButtons;
    122124
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