blackhat_custom_event.h 216 B

123456789
  1. #pragma once
  2. typedef enum {
  3. BlackhatEventRefreshConsoleOutput = 0,
  4. BlackhatEventStartConsole,
  5. BlackhatEventStartKeyboard,
  6. BlackhatEventStartPortal,
  7. BlackhatEventTextInput,
  8. } BlackhatCustomEvent;