- Timestamp:
- Apr 3, 2020 1:38:08 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/testdriver/vbox.py
r83527 r83529 717 717 reporter.logXcpt(); 718 718 ## @todo implement the other events. 719 if eType != vboxcon.VBoxEventType_OnMousePointerShapeChanged \720 and eType != vboxcon.VBoxEventType_OnCursorPositionChanged:719 if eType not in (vboxcon.VBoxEventType_OnMousePointerShapeChanged, 720 vboxcon.VBoxEventType_OnCursorPositionChanged): 721 721 if eType in self.dEventNo2Name: 722 722 reporter.log2('%s(%s)/%s' % (self.dEventNo2Name[eType], str(eType), self.sName));
Note:
See TracChangeset
for help on using the changeset viewer.