VirtualBox

Ignore:
Timestamp:
Oct 12, 2010 3:20:06 PM (14 years ago)
Author:
vboxsync
Message:

Main: also support absolute mouse events

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r33061 r33075  
    298298
    299299def printMouseEvent(ctx, mev):
    300     print "Mouse: x=%d y=%d z=%d" %(mev.x, mev.y, mev.z)
     300    print "Mouse : absolute=%d x=%d y=%d z=%d buttons=%x" %(mev.absolute, mev.x, mev.y, mev.z, mev.buttons)
    301301
    302302def printKbdEvent(ctx, kev):
Note: See TracChangeset for help on using the changeset viewer.

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