It's the year 2017. Why the hell does VS not autosave?
This commit is contained in:
@@ -160,10 +160,10 @@ void Input::render_gui() {
|
|||||||
ImGui::NextColumn();
|
ImGui::NextColumn();
|
||||||
}
|
}
|
||||||
|
|
||||||
ImGui::Text("Pressed Keyboard Keys");
|
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
|
|
||||||
|
ImGui::Text("Pressed Keyboard Keys");
|
||||||
|
|
||||||
ImGui::Columns(6);
|
ImGui::Columns(6);
|
||||||
|
|
||||||
for (auto i : held_keys) {
|
for (auto i : held_keys) {
|
||||||
|
|||||||
Reference in New Issue
Block a user