mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-18 03:09:18 +02:00
driving aid panel enhancement, event queue text filter, minor bug fixes
This commit is contained in:
@@ -464,7 +464,9 @@ driver_mode::on_key( int const Key, int const Scancode, int const Action, int co
|
||||
|
||||
void
|
||||
driver_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