VirtualBox

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


Ignore:
Timestamp:
Sep 7, 2009 1:41:45 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52023
Message:

FE/Qt, Devices/Input, Main, FE/*: upgrade mouse device to an MS IntelliMouse Explorer (five buttons and tilt wheel)

File:
1 edited

Legend:

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

    r22381 r22810  
    99119911    <const name="WheelUp"           value="0x08"/>
    99129912    <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"/>
    99149916  </enum>
    99159917
     
    99739975          Positive values describe clockwise wheel rotations,
    99749976          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.
    99759984        </desc>
    99769985      </param>
     
    1002710036          Positive values describe clockwise wheel rotations,
    1002810037          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.
    1002910045        </desc>
    1003010046      </param>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette