mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-05 23:21:57 +00:00
[client] overlay: allow the fps and graph windows to be moved
This commit is contained in:
@@ -99,7 +99,7 @@ static int graphs_render(void * udata, bool interactive,
|
||||
|
||||
ImVec2 pos = {0.0f, 0.0f};
|
||||
igSetNextWindowBgAlpha(0.4f);
|
||||
igSetNextWindowPos(pos, 0, pos);
|
||||
igSetNextWindowPos(pos, ImGuiCond_FirstUseEver, pos);
|
||||
|
||||
igBegin(
|
||||
"Performance Metrics",
|
||||
|
||||
Reference in New Issue
Block a user