VirtualBox

Changeset 47249 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jul 19, 2013 11:19:33 AM (12 years ago)
Author:
vboxsync
Message:

Main/Multi-touch: extend OnMouseCapabilityChanged event.

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r47246 r47249  
    2013820138  <interface
    2013920139    name="IMouseCapabilityChangedEvent" extends="IEvent"
    20140     uuid="d633ad48-820c-4207-b46c-6bd3596640d5"
     20140    uuid="70e7779a-e64a-4908-804e-371cad23a756"
    2014120141    wsmap="managed" autogen="VBoxEvent" id="OnMouseCapabilityChanged"
    2014220142    >
     
    2015320153      <desc>
    2015420154        Supports relative coordinates.
     20155      </desc>
     20156    </attribute>
     20157    <attribute name="supportsMultiTouch" type="boolean" readonly="yes">
     20158      <desc>
     20159        Supports multi-touch events coordinates.
    2015520160      </desc>
    2015620161    </attribute>
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r47190 r47249  
    61286128#endif
    61296129
    6130     fireMouseCapabilityChangedEvent(mEventSource, supportsAbsolute, supportsRelative, needsHostCursor);
     6130    fireMouseCapabilityChangedEvent(mEventSource, supportsAbsolute, supportsRelative, supportsMT, needsHostCursor);
    61316131}
    61326132
Note: See TracChangeset for help on using the changeset viewer.

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