mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-20 18:19:20 +02:00
key binding lookup, ai vehicle activation delay
This commit is contained in:
@@ -71,9 +71,13 @@ public:
|
||||
virtual
|
||||
void
|
||||
on_event_poll() = 0;
|
||||
virtual
|
||||
// provides key code associated with specified command
|
||||
virtual
|
||||
int
|
||||
key_binding( user_command const Command ) const = 0;
|
||||
virtual
|
||||
bool
|
||||
is_command_processor() = 0;
|
||||
is_command_processor() const = 0;
|
||||
|
||||
protected:
|
||||
// members
|
||||
|
||||
Reference in New Issue
Block a user