Changeset 27227 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h
- Timestamp:
- Mar 9, 2010 5:34:39 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h
r27178 r27227 118 118 bool isMouseIntegrated() const { return m_fIsMouseIntegrated; } 119 119 bool isValidPointerShapePresent() const { return m_fIsValidPointerShapePresent; } 120 bool isHidingHostPointer() const { return m_fIs MouseCaptured || (m_fIsMouseSupportsAbsolute && m_fIsHideHostPointer); }120 bool isHidingHostPointer() const { return m_fIsHidingHostPointer; } 121 121 122 122 /* Common setters: */ … … 224 224 bool m_fIsMouseIntegrated : 1; 225 225 bool m_fIsValidPointerShapePresent : 1; 226 bool m_fIsHid eHostPointer : 1;226 bool m_fIsHidingHostPointer : 1; 227 227 228 228 /* Friend classes: */
Note:
See TracChangeset
for help on using the changeset viewer.