VirtualBox

Changeset 27403 in vbox for trunk


Ignore:
Timestamp:
Mar 16, 2010 1:29:14 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
58865
Message:

Main: comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/MouseImpl.cpp

    r27208 r27403  
    389389
    390390/**
    391  * Convert an X value in screen co-ordinates to a value from 0 to 0xffff
     391 * Convert an X value in screen co-ordinates (starting from 1) to a value
     392 * from 0 to 0xffff.
    392393 *
    393394 * @returns   COM status value
     
    408409
    409410/**
    410  * Convert a Y value in screen co-ordinates to a value from 0 to 0xffff
     411 * Convert a Y value in screen co-ordinates (starting from 1) to a value
     412 * from 0 to 0xffff.
    411413 *
    412414 * @returns   COM status value
     
    432434 *
    433435 * @returns COM status code
    434  * @param x          X position (pixel)
    435  * @param y          Y position (pixel)
     436 * @param x          X position (pixel), starting from 1
     437 * @param y          Y position (pixel), starting from 1
    436438 * @param dz         Z movement
    437439 * @param buttonState The mouse button state
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