OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Classes | Variables
PaintEvent.h File Reference
#include <cstdint>
#include "Library/Platform/Interface/PlatformEvents.h"

Classes

class  PaintEvent
 

Variables

constexpr PlatformEventType EVENT_PAINT = static_cast<PlatformEventType>(std::to_underlying(EVENT_LAST) + 1)
 

Variable Documentation

◆ EVENT_PAINT

constexpr PlatformEventType EVENT_PAINT = static_cast<PlatformEventType>(std::to_underlying(EVENT_LAST) + 1)
inlineconstexpr