Use keyboards as views
Got rid of modifiers in the process. Still buggy: dragging over keys.
This commit is contained in:
@ -51,6 +51,7 @@ const double section_spacing = 7.0;
|
||||
struct place_data {
|
||||
double desired_width;
|
||||
double current_offset;
|
||||
// Needed for outline (bounds) retrieval
|
||||
LevelKeyboard *keyboard;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user