discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Dragging question.


From: Banlu Kemiyatorn
Subject: Dragging question.
Date: Mon, 19 Jan 2004 15:18:35 +0700

Dear list,
        if I created a view and it has

- (void) mouseDragged:(NSEvent *)event
{
        NSLog(@"got drag");
}

On Cocoa, when a view got -mouseDown: (and return suddenly) and you start 
dragging continuously,
the view that got the -mouseDown: will get -mouseDragged events you drag out of 
the view frame
or  out of the window until you release the mouse. This doesn't match GNUstep's 
behavior which
will lost track of the event when you drag it outside the view. (eg. into 
parent view or out side
window)

My question is, what does OS do?

Thanks,
id





reply via email to

[Prev in Thread] Current Thread [Next in Thread]