[HID] Extend demo to show keystrokes.

This commit is contained in:
Joel Linn
2020-04-19 15:01:48 +02:00
committed by Rick Gibbed
parent cf0251cd9f
commit d1315438f3
3 changed files with 221 additions and 20 deletions

View File

@@ -56,6 +56,7 @@ void ImGuiDrawer::Initialize() {
auto& style = ImGui::GetStyle();
style.ScrollbarRounding = 0;
style.WindowRounding = 0;
style.TabRounding = 0;
style.Colors[ImGuiCol_Text] = ImVec4(0.89f, 0.90f, 0.90f, 1.00f);
style.Colors[ImGuiCol_TextDisabled] = ImVec4(0.60f, 0.60f, 0.60f, 1.00f);
style.Colors[ImGuiCol_WindowBg] = ImVec4(0.00f, 0.06f, 0.00f, 1.00f);