Fixed keyboard arrows control

This commit is contained in:
Bruno Herbelin
2021-10-09 23:40:18 +02:00
parent 6d0c2301c1
commit dd7a63413c
11 changed files with 43 additions and 29 deletions

2
View.h
View File

@@ -120,6 +120,8 @@ protected:
ContextMenu show_context_menu_;
inline void openContextMenu (ContextMenu m) { show_context_menu_ = m; }
void lock(Source *s, bool on);
float dt_;
};