Mohit Sethi
Mohit Sethi
Is this solved by now ? I mean in latest SDK ?
Any updates on this?
Edit: It's not wrapping but locking, but wrapping can be achieved the same way. My implementation: ```cpp static bool pressed = false; if (ImGui::IsMouseDown(ImGuiMouseButton_Right) && m_ViewportHovered) { ImGui::SetMouseCursor(ImGuiMouseCursor_None); // Hide...
Didn't knew it existed, Thanks for the info, switched to it and works like charm. > I don't think you should be using mouse global wrapping for a FPS camera...
It is not possible to build a project as of now. I'll keep the issue open to have it on the todo list.
Another option that makes sense is "Clear output" and an ipc command for the same
I'm facing the similar issue with Clang 15.0.6 and C++20 on Ubuntu 22.10 ``` src/Arc/Utils/StringUtils.h:32:4: error: expected unqualified-id ARC_PROFILE_SCOPE() ^ src/Arc/Debug/Profiler.h:248:40: note: expanded from macro 'ARC_PROFILE_SCOPE' #define ARC_PROFILE_SCOPE(...) ::OPTICK_EVENT(__VA_ARGS__); ^...
Posting here as it seems related: ~~Along with this issue, dlls inside link{} is also not working and will result in build failure.~~ Turned out it was the issue with...
Maybe having a toggle in settings to disable this functionality altogether would be helpful. Also Why not show README.md content when a folder is selected and not alter user's selection?...
Switched to windows 10 start menu, then back to 11 start menu and it started working for me.