Changeset 33075 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Oct 12, 2010 3:20:06 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66602
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r33064 r33075 14979 14979 <interface 14980 14980 name="IGuestMouseEvent" extends="IReusableEvent" 14981 uuid=" 2ab6f43c-a111-4520-be63-5d560e8eb463"14981 uuid="1f85d35c-c524-40ff-8e98-307000df0992" 14982 14982 wsmap="managed" autogen="VBoxEvent" id="OnGuestMouseEvent" 14983 14983 > … … 14986 14986 </desc> 14987 14987 14988 <attribute name="absolute" type="boolean" readonly="yes"> 14989 <desc> 14990 If this event is relative or absolute. 14991 </desc> 14992 </attribute> 14993 14988 14994 <attribute name="x" type="long" readonly="yes"> 14989 14995 <desc> 14990 New X position .14996 New X position, or X delta. 14991 14997 </desc> 14992 14998 </attribute> … … 14994 15000 <attribute name="y" type="long" readonly="yes"> 14995 15001 <desc> 14996 New Y position .15002 New Y position, or Y delta. 14997 15003 </desc> 14998 15004 </attribute> … … 15000 15006 <attribute name="z" type="long" readonly="yes"> 15001 15007 <desc> 15002 New Z position.15008 Z delta. 15003 15009 </desc> 15004 15010 </attribute> … … 15006 15012 <attribute name="w" type="long" readonly="yes"> 15007 15013 <desc> 15008 New W position.15014 W delta. 15009 15015 </desc> 15010 15016 </attribute>
Note:
See TracChangeset
for help on using the changeset viewer.