diff options
Diffstat (limited to 'Imgui/interface/ImGuiImplLinuxXCB.h')
| -rw-r--r-- | Imgui/interface/ImGuiImplLinuxXCB.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Imgui/interface/ImGuiImplLinuxXCB.h b/Imgui/interface/ImGuiImplLinuxXCB.h index bef1035..62658b4 100644 --- a/Imgui/interface/ImGuiImplLinuxXCB.h +++ b/Imgui/interface/ImGuiImplLinuxXCB.h @@ -24,6 +24,7 @@ #pragma once #include <memory> +#include <chrono> #include "ImGuiImplDiligent.h" @@ -57,6 +58,7 @@ private: void HandleKeyEvent(xcb_key_release_event_t* event); _XCBKeySymbols* m_syms = nullptr; + std::chrono::time_point<std::chrono::high_resolution_clock> m_LastTimestamp = {}; }; } |
