VirtualBox

Ignore:
Timestamp:
Jul 17, 2013 12:41:57 PM (12 years ago)
Author:
vboxsync
Message:

Main/vboxshell: mouse code aesthetics and fix mouse events.

File:
1 edited

Legend:

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

    r46478 r47215  
    308308
    309309def printMouseEvent(_ctx, mev):
    310     print "Mouse : absolute=%d x=%d y=%d z=%d buttons=%x" % (mev.absolute, mev.x, mev.y, mev.z, mev.buttons)
     310    print "Mouse : mode=%d x=%d y=%d z=%d w=%d contact=%d buttons=%x" % (mev.mode, mev.x, mev.y, mev.z, mev.w, mev.contact, mev.buttons)
    311311
    312312def 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