Working multiple window support, including editor
This commit is contained in:
parent
f51fdc6eef
commit
4758057f20
105 changed files with 1956 additions and 1742 deletions
|
|
@ -195,8 +195,10 @@ SceneStringNames::SceneStringNames() {
|
|||
|
||||
_window_group = StaticCString::create("_window_group");
|
||||
_window_input = StaticCString::create("_window_input");
|
||||
window_input = StaticCString::create("window_input");
|
||||
_window_unhandled_input = StaticCString::create("_window_unhandled_input");
|
||||
|
||||
theme_changed = StaticCString::create("theme_changed");
|
||||
parameters_base_path = "parameters/";
|
||||
|
||||
tracks_changed = "tracks_changed";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue