#include "draginfo.h"
#include "dragmsg.h"
Go to the source code of this file.
Classes | |
class | CaptureHandler |
An event handler to centralise the mouse handling during a drag. More... | |
class | DragManagerOp |
An instantiation of this class (created by a call to its static StartDrag method) is used to describe a current global drag. When the drag completes, this object will self destruct. While alive, this object controls the drag, passing relevant events on to registered drag targets, etc. See the documentation for a fuller description of the global drag system. More... |