Changeset 56321 in vbox
- Timestamp:
- Jun 9, 2015 10:56:32 PM (9 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDHandler.h
r56076 r56321 45 45 46 46 /** 47 * Current operation mode. 48 * Note: The operation mode is independent of the machine's overall 49 * drag and drop mode. 47 * Current operation mode. 48 * Note: The operation mode is independent of the machine's overall 49 * drag and drop mode. 50 50 */ 51 51 typedef enum DNDMODE -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.h
r56077 r56321 259 259 #ifdef VBOX_WITH_DRAG_AND_DROP 260 260 /** 261 * Returns @true if drag and drop for this machine is active 262 * (that is, host->guest, guest->host or bidirectional), @false if not. 261 * Returns @true if drag and drop for this machine is active 262 * (that is, host->guest, guest->host or bidirectional), @false if not. 263 263 */ 264 264 bool dragAndDropIsActive(void) const;
Note:
See TracChangeset
for help on using the changeset viewer.