plugin_event.h 160 B

12345678910
  1. #pragma once
  2. #include <inttypes.h>
  3. #include <input/input.h>
  4. #include "event_type.h"
  5. typedef struct {
  6. EventType type;
  7. InputEvent input;
  8. } PluginEvent;