summaryrefslogtreecommitdiffstats
path: root/Imgui/interface
diff options
context:
space:
mode:
authorEgor Yusov <egor.yusov@gmail.com>2019-10-01 16:41:56 +0000
committerEgor Yusov <egor.yusov@gmail.com>2019-10-01 16:41:56 +0000
commit2c3adc4f5d7150c466efbca88a0a45917af47a74 (patch)
tree403937f6ce839e5b294c89153290a3a46f292239 /Imgui/interface
parentImGui: enabled touch event handling on iOS (diff)
downloadDiligentTools-2c3adc4f5d7150c466efbca88a0a45917af47a74.tar.gz
DiligentTools-2c3adc4f5d7150c466efbca88a0a45917af47a74.zip
ImGuiImplIOS: implemented time handling
Diffstat (limited to 'Imgui/interface')
-rw-r--r--Imgui/interface/ImGuiImplIOS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Imgui/interface/ImGuiImplIOS.h b/Imgui/interface/ImGuiImplIOS.h
index 8f70d0e..a8192d4 100644
--- a/Imgui/interface/ImGuiImplIOS.h
+++ b/Imgui/interface/ImGuiImplIOS.h
@@ -53,6 +53,7 @@ public:
private:
std::mutex m_Mtx;
+ double m_Time = 0.0;
};
}