MCPcopy Create free account
hub / github.com/VitalAudio/visage / setWindowless

Method setWindowless

visage_app/application_editor.cpp:137–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 }
136
137 void ApplicationEditor::setWindowless(int width, int height) {
138 canvas_->removeFromWindow();
139 window_ = nullptr;
140 setBounds(0, 0, width, height);
141 canvas_->setWindowless(width, height);
142 drawWindow();
143 }
144
145 void ApplicationEditor::removeFromWindow() {
146 window_event_handler_ = nullptr;

Callers 1

Calls 1

removeFromWindowMethod · 0.45

Tested by

no test coverage detected