- Timestamp:
- Mar 16, 2010 1:29:14 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 58865
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MouseImpl.cpp
r27208 r27403 389 389 390 390 /** 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. 392 393 * 393 394 * @returns COM status value … … 408 409 409 410 /** 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. 411 413 * 412 414 * @returns COM status value … … 432 434 * 433 435 * @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 436 438 * @param dz Z movement 437 439 * @param buttonState The mouse button state
Note:
See TracChangeset
for help on using the changeset viewer.