VirtualBox

Ignore:
Timestamp:
Dec 12, 2017 12:06:50 PM (7 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9038: Another small fix for r119623: Adjusting doxy (s.a. r119626).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h

    r70078 r70079  
    8888    void sigMouseCapabilityChange(bool fSupportsAbsolute, bool fSupportsRelative, bool fSupportsMultiTouch, bool fNeedsHostCursor);
    8989    /** Notifies about guest request to change the cursor position to @a uX * @a uY.
    90       * @note If @a fData is NOT set this merely notifies that the guest supports this. */
    91     void sigCursorPositionChange(bool fData, unsigned long uX, unsigned long uY);
     90      * @param  fContainsData  Brings whether the @a uX and @a uY values are valid and could be used by the GUI now. */
     91    void sigCursorPositionChange(bool fContainsData, unsigned long uX, unsigned long uY);
    9292    /** Notifies about keyboard LEDs change for @a fNumLock, @a fCapsLock and @a fScrollLock. */
    9393    void sigKeyboardLedsChangeEvent(bool fNumLock, bool fCapsLock, bool fScrollLock);
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