Changeset 22810 in vbox for trunk/src/VBox/Frontends/VBoxHeadless
- Timestamp:
- Sep 7, 2009 1:41:45 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52023
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxHeadless/VBoxHeadless.cpp
r21520 r22810 152 152 if (mouse) 153 153 { 154 mouse->PutMouseEventAbsolute(-1, -1, 0, 0 );154 mouse->PutMouseEventAbsolute(-1, -1, 0, 0 /* Horizontal wheel */, 0); 155 155 } 156 156 }
Note:
See TracChangeset
for help on using the changeset viewer.