Changeset 47249 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jul 19, 2013 11:19:33 AM (12 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r47246 r47249 20138 20138 <interface 20139 20139 name="IMouseCapabilityChangedEvent" extends="IEvent" 20140 uuid=" d633ad48-820c-4207-b46c-6bd3596640d5"20140 uuid="70e7779a-e64a-4908-804e-371cad23a756" 20141 20141 wsmap="managed" autogen="VBoxEvent" id="OnMouseCapabilityChanged" 20142 20142 > … … 20153 20153 <desc> 20154 20154 Supports relative coordinates. 20155 </desc> 20156 </attribute> 20157 <attribute name="supportsMultiTouch" type="boolean" readonly="yes"> 20158 <desc> 20159 Supports multi-touch events coordinates. 20155 20160 </desc> 20156 20161 </attribute> -
trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
r47190 r47249 6128 6128 #endif 6129 6129 6130 fireMouseCapabilityChangedEvent(mEventSource, supportsAbsolute, supportsRelative, needsHostCursor);6130 fireMouseCapabilityChangedEvent(mEventSource, supportsAbsolute, supportsRelative, supportsMT, needsHostCursor); 6131 6131 } 6132 6132
Note:
See TracChangeset
for help on using the changeset viewer.