mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 02:09:17 +02:00
build 180804. configurable command bindings for scroll wheel, minor bug fixes
This commit is contained in:
@@ -16,6 +16,7 @@ editorkeyboard_input::init() {
|
||||
default_bindings();
|
||||
// TODO: re-enable after mode-specific binding import is in place
|
||||
// return recall_bindings();
|
||||
bind();
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -30,8 +31,6 @@ editorkeyboard_input::default_bindings() {
|
||||
{ user_command::moveup, GLFW_KEY_PAGE_UP },
|
||||
{ user_command::movedown, GLFW_KEY_PAGE_DOWN },
|
||||
};
|
||||
|
||||
bind();
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user