Changeset 30410 in vbox
- Timestamp:
- Jun 24, 2010 4:14:21 AM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp
r30409 r30410 207 207 * This is necessary for having smooth resizing of the VM/other windows. 208 208 * Disable mouse event compression if we enter the VM view. 209 * So all mouse events are registered in the VM. 209 * So all mouse events are registered in the VM. */ 210 210 ::darwinSetMouseCoalescingEnabled(fOn); 211 211 } -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.h
r30409 r30410 66 66 * This is necessary for having smooth resizing of the VM/other windows. 67 67 * Disable mouse event compression if we enter the VM view. 68 * So all mouse events are registered in the VM. 68 * So all mouse events are registered in the VM. */ 69 69 void setMouseCoalescingEnabled(bool fOn); 70 70 #endif /* Q_WS_MAC */
Note:
See TracChangeset
for help on using the changeset viewer.