scenery editor node bank search. node label and node group support

This commit is contained in:
tmj-fstate
2020-07-12 04:46:21 +02:00
parent c4bcb94d79
commit 93c92e5ae9
5 changed files with 110 additions and 18 deletions

View File

@@ -200,7 +200,9 @@ editor_mode::on_key( int const Key, int const Scancode, int const Action, int co
void
editor_mode::on_char( unsigned int const Char ) {
// TODO: implement
// give the ui first shot at the input processing...
if( true == m_userinterface->on_char( Char ) ) { return; }
}
void