Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

holding "X" on an xbox controller brings up a "OoT Master Quest" box #498

Closed
briaguya-ai opened this issue Jun 17, 2022 · 4 comments · Fixed by #544
Closed

holding "X" on an xbox controller brings up a "OoT Master Quest" box #498

briaguya-ai opened this issue Jun 17, 2022 · 4 comments · Fixed by #544

Comments

@briaguya-ai
Copy link
Contributor

in develop (post imgui controller support)

image

looks like it's related to

const ImGuiID dockId = ImGui::GetID("main_dock");
if (!ImGui::DockBuilderGetNode(dockId)) {
ImGui::DockBuilderRemoveNode(dockId);
ImGui::DockBuilderAddNode(dockId, ImGuiDockNodeFlags_NoTabBar);
ImGui::DockBuilderDockWindow("OoT Master Quest", dockId);
ImGui::DockBuilderFinish(dockId);
}

but i'm not sure what's causing it to show up

@briaguya-ai
Copy link
Contributor Author

so this is related to ocornut/imgui#787 (comment)

seems to me having the imgui controller support happening at the same time as gameplay is a far from ideal UX

@briaguya-ai
Copy link
Contributor Author

to add to this, the menu will appear even if no menus are open and the menubar is hidden, just holding "x" (or i assume square on a PS controller) during normal gameplay will make it appear

@jadc
Copy link

jadc commented Jun 18, 2022

I am also having this issue with an Xbox One controller. It is very irritating!

@qurious-pixel
Copy link
Contributor

Working around this issue. Menubar doesn't take focus when opened. Being able to send focus and gamepad gestures to menubar, then return them to main window.

ocornut/imgui#2352

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants