Changeset 70079 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Dec 12, 2017 12:06:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h
r70078 r70079 88 88 void sigMouseCapabilityChange(bool fSupportsAbsolute, bool fSupportsRelative, bool fSupportsMultiTouch, bool fNeedsHostCursor); 89 89 /** 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 f Data, 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); 92 92 /** Notifies about keyboard LEDs change for @a fNumLock, @a fCapsLock and @a fScrollLock. */ 93 93 void sigKeyboardLedsChangeEvent(bool fNumLock, bool fCapsLock, bool fScrollLock);
Note:
See TracChangeset
for help on using the changeset viewer.