Mercurial > touhou
comparison pytouhou/ui/window.pyx @ 469:58b47e788c59
Move SDL context-manager and Window creation outside of main.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sat, 14 Sep 2013 01:05:42 +0200 |
parents | 36bc577b2392 |
children | 2276229282fd |
comparison
equal
deleted
inserted
replaced
468:feecdb4a8928 | 469:58b47e788c59 |
---|---|
168 return running | 168 return running |
169 | 169 |
170 | 170 |
171 cdef double get_fps(self) nogil: | 171 cdef double get_fps(self) nogil: |
172 return self.clock.get_fps() | 172 return self.clock.get_fps() |
173 | |
174 | |
175 def del_runner(self): | |
176 self.runner = None |