Changeset 47215 in vbox for trunk/src/VBox/Frontends/VBoxShell
- Timestamp:
- Jul 17, 2013 12:41:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r46478 r47215 308 308 309 309 def 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) 311 311 312 312 def printKbdEvent(ctx, kev):
Note:
See TracChangeset
for help on using the changeset viewer.