Search Results

Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: Nuez_Jr ; Forum: Python and child forums
Forum: Python Jan 5th, 2009
Replies: 13
Views: 4,475
Posted By Nuez_Jr
Try this from the interpreter (after creating a window)

while True:
print pygame.event.wait()

to see all the events a window typically recieves.
Forum: Python Jan 5th, 2009
Replies: 13
Views: 4,475
Posted By Nuez_Jr
For a program run from a file, even if it doesn't do any event processing, the window's lifetime will be so short that it probably won't have a chance for any unprocessed events to pile up. So that...
Forum: Python Jan 5th, 2009
Replies: 13
Views: 4,475
Posted By Nuez_Jr
If I've understood correctly, flip() is specifically for double-buffered surfaces ... or more specifically, for changing buffers on surfaces for which you're taking advantage of SDL double buffering...
Forum: Python Jan 4th, 2009
Replies: 13
Views: 4,475
Posted By Nuez_Jr
Just typing at the interpreter so far, but I'll try loading a file. BRB.

[Edit]
Okay, it works. This seems a bit off to me; if I call the update() function it ought to do what it's supposed to,...
Forum: Python Jan 3rd, 2009
Replies: 13
Views: 4,475
Posted By Nuez_Jr
(Google turned up this thread for me...)

Same problem. I've tried it by typing right into Python, from the Windows shell (cmd.exe) and from a Cygwin bash shell, and got slightly different behavior...
Showing results 1 to 5 of 5

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC