View Single Post
daperl's Avatar
Posts: 2,427 | Thanked: 2,986 times | Joined on Dec 2007
#72
@qwerty12

Something I might have forgotten. When placing the '3' button event in the main loop, I think it goes back into the on_button_press handler. So, I think it would be best to put the following line at the top of that function to help avoid strange behaviour:

if event.button == 3: return False
__________________
N9: Go white or go home

Last edited by daperl; 2009-04-14 at 17:40.
 

The Following User Says Thank You to daperl For This Useful Post: