mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
Correctly resize the CEF browser when any window in a collection is resized (closes #3686). Warn about the behavior when showing 2D elements on multiple windows
This commit is contained in:
@@ -43,6 +43,7 @@ struct WindowDelegate {
|
||||
void (*setSynchronization)(bool enabled) = [](bool) {};
|
||||
|
||||
bool (*windowHasResized)() = []() { return false; };
|
||||
bool (*anyWindowHasResized)() = []() { return false; };
|
||||
|
||||
double (*averageDeltaTime)() = []() { return 0.0; };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user