VirtualBox

Ignore:
Timestamp:
Mar 9, 2010 5:34:39 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: New running VM core: mouse functionality cumulative patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h

    r27178 r27227  
    118118    bool isMouseIntegrated() const { return m_fIsMouseIntegrated; }
    119119    bool isValidPointerShapePresent() const { return m_fIsValidPointerShapePresent; }
    120     bool isHidingHostPointer() const { return m_fIsMouseCaptured || (m_fIsMouseSupportsAbsolute && m_fIsHideHostPointer); }
     120    bool isHidingHostPointer() const { return m_fIsHidingHostPointer; }
    121121
    122122    /* Common setters: */
     
    224224    bool m_fIsMouseIntegrated : 1;
    225225    bool m_fIsValidPointerShapePresent : 1;
    226     bool m_fIsHideHostPointer : 1;
     226    bool m_fIsHidingHostPointer : 1;
    227227
    228228    /* Friend classes: */
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