events.h 116 B

1234567
  1. #pragma once
  2. typedef enum {
  3. RefreshConsoleOutput = 0,
  4. StartConsole,
  5. StartKeyboard,
  6. } CliguiCustomEvent;