dragHasLeftSenderWindow |
||
| Mac OS X header: | Carbon/Carbon.h | |
| Mac OS 9 header: | Drag.h | |
enum {
dragHasLeftSenderWindow = 1,
dragInsideSenderApplication = 2,
dragInsideSenderWindow = 4
};
Set if the drag has left the source window since the beginning of the drag. This flag is useful for providing window highlighting after the user has moved the mouse outside of the source window.
Set if the drag is currently in any window that belongs to the application that started the drag.
Set if the drag is currently in the same window that the drag started from.
© 2001 Apple Computer, Inc. (Last Updated July 17, 2001)