VirtualBox

Changeset 47245 in vbox for trunk/src/VBox/Main/idl


Ignore:
Timestamp:
Jul 19, 2013 8:01:57 AM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
87374
Message:

Main/Mouse: updated multi-touch protocol for in-contact informatin.

File:
1 edited

Legend:

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

    r47221 r47245  
    1432714327  </enum>
    1432814328
     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
    1432914348  <interface
    1433014349    name="IMouse" extends="$unknown"
    14331     uuid="436a3712-d818-4bb1-84f2-8da4d1a29e0a"
     14350    uuid="b84498e5-c8ad-4ae0-adbe-7928c7a546df"
    1433214351    wsmap="managed"
    1433314352    >
     
    1454614565        </desc>
    1454714566      </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).
    1455414574        </desc>
    1455514575      </param>
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