#ifndef _TOTP_PLUGIN_EVENT_H_ #define _TOTP_PLUGIN_EVENT_H_ #include #include #include "event_type.h" typedef struct { EventType type; InputEvent input; } PluginEvent; #endif