We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 321ca44 commit 4d85ba3Copy full SHA for 4d85ba3
sdl2/sdlgfx.py
@@ -62,6 +62,9 @@ class FPSManager(Structure):
62
(:attr:`baseticks`) and the duration per frame to try to present frames
63
at consistent intervals from that initial point.
64
65
+ After an FPSManager is created, it needs to be initialized with
66
+ :func:`SDL_initFramerate` before it can be used.
67
+
68
.. note::
69
This method of frame pacing may not play nicely with vsync in SDL2.
70
0 commit comments