Changeset 47246 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 19, 2013 9:43:01 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87375
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r47245 r47246 1224 1224 <enum 1225 1225 name="PointingHIDType" 1226 uuid=" e44b2f7b-72ba-44fb-9e53-2186014f0d17"1226 uuid="19964e93-0050-45c4-9382-a7bccc53e666" 1227 1227 > 1228 1228 <desc> … … 1239 1239 </const> 1240 1240 <const name="USBTablet" value="4"> 1241 <desc>USB tablet (absolute pointer).</desc> 1241 <desc> 1242 USB tablet (absolute pointer). Also enables a relative USB mouse in 1243 addition. 1244 </desc> 1242 1245 </const> 1243 1246 <const name="ComboMouse" value="5"> 1244 <desc>Combined device, working as PS/2 or USB mouse, depending on guest behavior. 1245 Using of such device can have negative performance implications.</desc> 1247 <desc> 1248 Combined device, working as PS/2 or USB mouse, depending on guest 1249 behavior. Using this device can have negative performance implications. 1250 </desc> 1251 </const> 1252 <const name="USBMultiTouch" value="6"> 1253 <desc> 1254 USB multi-touch device. Also enables the USB tablet and mouse devices. 1255 </desc> 1246 1256 </const> 1247 1257 </enum>
Note:
See TracChangeset
for help on using the changeset viewer.