OpenEnroth 73e68f7
|
#include <PaintEvent.h>
Public Attributes | |
int64_t | tickCount = -1 |
int | randomState = -1 |
Public Attributes inherited from PlatformEvent | |
PlatformEventType | type = EVENT_INVALID |
Additional Inherited Members | |
Public Member Functions inherited from PlatformEvent | |
virtual | ~PlatformEvent ()=default |
int PaintEvent::randomState = -1 |
Random state at the start of the next frame, as returned by grng->peek(1024)
.
int64_t PaintEvent::tickCount = -1 |
Tick count for the next frame.