16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 18:19:19 +02:00

added support for redefinition of keyboard bindings. control for engine cutoff, minor changes to line breaker activation

This commit is contained in:
tmj-fstate
2017-04-23 13:16:28 +02:00
parent c43ac777f4
commit e84f4f53fd
7 changed files with 245 additions and 126 deletions

View File

@@ -20,7 +20,9 @@ public:
keyboard_input() { default_bindings(); }
// methods
void
bool
init() { return recall_bindings(); }
bool
recall_bindings();
bool
key( int const Key, int const Action );