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

Re: [pygame] event getting corrupted




well, there is code after mouse_pos = event_pos.
I would add a assert type(event) is not long
after any function call in mouse_button_up to know when event is changed,
then drill down the offending function.

--
claxo

I have only gotten one more trace, and that after several hours of testing. That time I got the same error but in another part of the code. I will try to find a pattern,
but I am not hopefull.

Bo)