Mercurial > touhou
comparison pytouhou/lib/sdl.pxd @ 419:1c92721f8e49
Re-implement frame control
author | Thibaut Girka <thib@sitedethib.com> |
---|---|
date | Wed, 06 Feb 2013 18:45:12 +0100 |
parents | 63f59be04a54 |
children | 3a7b36324611 |
comparison
equal
deleted
inserted
replaced
418:63f59be04a54 | 419:1c92721f8e49 |
---|---|
84 int SDL_PollEvent(SDL_Event *event) | 84 int SDL_PollEvent(SDL_Event *event) |
85 | 85 |
86 | 86 |
87 cdef extern from "SDL_keyboard.h": | 87 cdef extern from "SDL_keyboard.h": |
88 const Uint8 *SDL_GetKeyboardState(int *numkeys) | 88 const Uint8 *SDL_GetKeyboardState(int *numkeys) |
89 | |
90 | |
91 cdef extern from "SDL_timer.h": | |
92 Uint32 SDL_GetTicks() | |
93 void SDL_Delay(Uint32 ms) |