Move event and scene to UI; Handle special keys
This commit is contained in:
parent
11c9e2f91b
commit
124643459f
4 changed files with 75 additions and 8 deletions
|
@ -162,9 +162,6 @@ public:
|
|||
|
||||
fContext->engine = new rack::engine::Engine;
|
||||
fContext->history = new rack::history::State;
|
||||
fContext->event = new rack::widget::EventState;
|
||||
fContext->scene = new rack::app::Scene;
|
||||
fContext->event->rootWidget = fContext->scene;
|
||||
fContext->patch = new rack::patch::Manager;
|
||||
fContext->patch->autosavePath = "/OBVIOUSLY-NOT-VALID-PATH/";
|
||||
fContext->engine->startFallbackThread();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue