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

Re: [pygame] Not getting mouse up event



I don't see event.getkeys() in the documentation. Can you tell me where to 
find it?



On Monday 29 November 2004 03:10 am, andrew baker wrote:
> It sounds like you need to pump the event queue.  I use in
> event.getkeys(), so I don't need to pump the queue, but you're using
> Getinput, so I guess you might need to.
>
> On Sun, 28 Nov 2004 17:55:38 -0800, Fred Burton <flbl@go.wifl.at.org> wrote:
> > Austin Haas wrote:
> > >I am having an issue where I'm occasionally not receiving the
> > > MOUSEBUTTONUP event from the event queue, until I execute another mouse
> > > event.
> >
> > ..
> >
> > >Anyone know what's going on?
> > >
> > >(Also, the cursor page in the online documentation is NOT FOUND.)
> > >
> > >-austin
> >
> > What OS and version of pygame are you using?