Re: [gtk-list] Re: Basic Questions




On Fri, 30 Apr 1999, pavel wrote:
> 
> (As far as the first, I figured there's no such thing as a single click
> just a single press+release.)
>

Exactly.
 
> > 3. If I press the button and move the mouse then "motion_notify_event"
> > only fires once, unless I use gdk_window_get_pointer(preview->window, &x,&y, NULL);
> > 
> > Why?
> > 

So that events only come as fast as you handle them. Otherwise you could
get a big event backlog.

I'll leave question 2 to someone else. :-)

Havoc




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