You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im trying to implement zgui for win32 and dx12, but I haven't been able to propagate input to imgui from my application. From what I see in other backends, they make use of processEvent, but this isn't implement for the win32 dx12 backend.