Changeset 47245 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Jul 19, 2013 8:01:57 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 87374
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r47221 r47245 14327 14327 </enum> 14328 14328 14329 <enum 14330 name="TouchContactState" 14331 uuid="3f942686-2506-421c-927c-90d4b45f4a38" 14332 > 14333 <desc> 14334 Touch event contact state. 14335 </desc> 14336 14337 <const name="InContact" value="0x01"> 14338 <desc>Whether the touch is really touching the device.</desc> 14339 </const> 14340 <const name="InRange" value="0x02"> 14341 <desc> 14342 Whether the touch is close enough to the device to be detected. 14343 </desc> 14344 </const> 14345 <const name="ContactStateMask" value="0x03"/> 14346 </enum> 14347 14329 14348 <interface 14330 14349 name="IMouse" extends="$unknown" 14331 uuid=" 436a3712-d818-4bb1-84f2-8da4d1a29e0a"14350 uuid="b84498e5-c8ad-4ae0-adbe-7928c7a546df" 14332 14351 wsmap="managed" 14333 14352 > … … 14546 14565 </desc> 14547 14566 </param> 14548 <param name="inContact" type="boolean" dir="in"> 14549 <desc> 14550 Whether the touch is continuing. If this is true, expect more events 14551 with the same @a contactID, and this will usually be false when the 14552 last event is received before the contact is stopped (i.e. the finger 14553 is removed from the device). 14567 <param name="contactState" type="long" dir="in"> 14568 <desc> 14569 State information for the touch identified by @a contactID. See the 14570 @touchContactState enumeration value. If this is not zero, expect 14571 more events with the same @a contactID, and this will usually be zero 14572 when the last event is received before the contact is stopped (i.e. 14573 the finger is removed from the device). 14554 14574 </desc> 14555 14575 </param>
Note:
See TracChangeset
for help on using the changeset viewer.