event_type.h 151 B

123456
  1. #pragma once
  2. #include <inttypes.h>
  3. typedef uint8_t EventType;
  4. enum EventTypes { EventTypeTick, EventTypeKey, EventForceCloseApp, EventForceRedraw };