mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
scenery editor node bank search. node label and node group support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user