25 #ifndef GRAPHICS_AURORA_FPS_H 26 #define GRAPHICS_AURORA_FPS_H 50 void notifyResized(
int oldWidth,
int oldHeight,
int newWidth,
int newHeight);
57 #endif // GRAPHICS_AURORA_FPS_H
void notifyResized(int oldWidth, int oldHeight, int newWidth, int newHeight)
void render(RenderPass pass)
Render the object.
An autonomous FPS display.
A class that can be notified by the NotificationManager.
FPS(const FontHandle &font)