We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5afb26 commit 3339239Copy full SHA for 3339239
1 file changed
src/context_wrapper.h
@@ -5,6 +5,7 @@
5
6
inline static void CopyIOEvents(ImGuiContext* src, ImGuiContext* dst, ImVec2 origin, float scale)
7
{
8
+ dst->IO.DeltaTime = src->IO.DeltaTime;
9
dst->InputEventsQueue = src->InputEventsTrail;
10
for (ImGuiInputEvent& e : dst->InputEventsQueue) {
11
if (e.Type == ImGuiInputEventType_MousePos) {
0 commit comments