mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
key binding lookup, ai vehicle activation delay
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user