VirtualBox

Changeset 17301 in vbox


Ignore:
Timestamp:
Mar 3, 2009 4:33:41 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt: keep track of when the Additions wish to hide the host pointer, even if absolute mouse events have not yet been enabled

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleView.cpp

    r17126 r17301  
    13241324                if (mMouseAbsolute)
    13251325                    setPointerShape (me);
     1326                else
     1327                    /* Note: actually we should still remember the requested
     1328                     * cursor shape.  If we can't do that, at least remember
     1329                     * the requested visiblilty. */
     1330                    mHideHostPointer = !me->isVisible();
    13261331                return true;
    13271332            }
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