
Public Member Functions | |
void | show () |
Prints the FPS. | |
void | frame (bool drawn) |
FPS counting function. More... | |
void | action () |
Method that contains the thread's program code. More... | |
![]() |
Additional Inherited Members | |
![]() | |
![]() | |
![]() | |
![]() |
void FPS::frame | ( | bool | drawn | ) |
FPS counting function.
drawn | Specifies whether the frame was written to video memory |
|
virtual |
Method that contains the thread's program code.
Derived classes are meant to override this method to provide meaningful code to be run in this thread.
Implements Thread.