Add app::apply(event_state, text_input_event)
This commit is contained in:
parent
fde307e96f
commit
24f3df6f35
1 changed files with 3 additions and 0 deletions
|
|
@ -61,4 +61,7 @@ namespace psemek::app
|
||||||
state.key_down.erase(event.key);
|
state.key_down.erase(event.key);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
inline void apply(event_state &, text_input_event const &)
|
||||||
|
{}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue