|
From: Mark B. <mb...@0x...> - 2000-06-09 19:13:27
|
On Fri, 09 Jun 2000, "David Clark wrote: > Is including the timer subsystem ugly from a technical standpoint? Is > it worth doing to avoid the above hack? It's definitely better than placing the cross-platform nonsense onto the user of PySDL. It's not so much a big technical deal, so much as a philisophical one. I believe that we shouldn't *need* to have multiple functions, but if SDL will offer us platform consistancy where Python won't, then we'll just have to go that way ;-) It's only two functions, so it's not exactly the end of the world. |