key binding lookup, ai vehicle activation delay

This commit is contained in:
tmj-fstate
2020-02-23 03:43:05 +01:00
parent fcc8460d88
commit 4e9eabbcfe
12 changed files with 73 additions and 28 deletions

View File

@@ -271,8 +271,14 @@ editor_mode::on_event_poll() {
m_input.poll();
}
int
editor_mode::key_binding( user_command const Command ) const {
return m_input.keyboard.binding( Command );
}
bool
editor_mode::is_command_processor() {
editor_mode::is_command_processor() const {
return false;
}