added a recorder module

This commit is contained in:
Ryzerth
2020-08-18 00:56:51 +02:00
parent b56aab8f74
commit 649be86cb6
11 changed files with 318 additions and 8 deletions

View File

@ -123,6 +123,9 @@ int main() {
ImGui_ImplGlfw_NewFrame();
ImGui::NewFrame();
int wwidth, wheight;
glfwGetWindowSize(window, &wwidth, &wheight);
ImGui::SetNextWindowPos(ImVec2(0, 0));