Changeset 22810 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Sep 7, 2009 1:41:45 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52023
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Main/idl/VirtualBox.xidl ¶
r22381 r22810 9911 9911 <const name="WheelUp" value="0x08"/> 9912 9912 <const name="WheelDown" value="0x10"/> 9913 <const name="MouseStateMask" value="0x1F"/> 9913 <const name="XButton1" value="0x20"/> 9914 <const name="XButton2" value="0x40"/> 9915 <const name="MouseStateMask" value="0x7F"/> 9914 9916 </enum> 9915 9917 … … 9973 9975 Positive values describe clockwise wheel rotations, 9974 9976 negative values describe counterclockwise rotations. 9977 </desc> 9978 </param> 9979 <param name="dw" type="long" dir="in"> 9980 <desc> 9981 Amount of horizontal mouse wheel moves. 9982 Positive values describe a movement to the left, 9983 negative values describe a movement to the right. 9975 9984 </desc> 9976 9985 </param> … … 10027 10036 Positive values describe clockwise wheel rotations, 10028 10037 negative values describe counterclockwise rotations. 10038 </desc> 10039 </param> 10040 <param name="dw" type="long" dir="in"> 10041 <desc> 10042 Amount of horizontal mouse wheel moves. 10043 Positive values describe a movement to the left, 10044 negative values describe a movement to the right. 10029 10045 </desc> 10030 10046 </param>
Note:
See TracChangeset
for help on using the changeset viewer.