Add app::apply(event_state, text_input_event)

This commit is contained in:
Nikita Lisitsa 2025-05-20 17:22:48 +03:00
parent fde307e96f
commit 24f3df6f35

View file

@ -61,4 +61,7 @@ namespace psemek::app
state.key_down.erase(event.key);
}
inline void apply(event_state &, text_input_event const &)
{}
}