OpenEnroth 3396f93
|
#include <PaintEvent.h>
Public Attributes | |
int64_t | tickCount = -1 |
int | randomState = -1 |
![]() | |
PlatformEventType | type = EVENT_INVALID |
Additional Inherited Members | |
![]() | |
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.