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

Android ImGui cannot be navigated #73260

Closed
AnotherSeawhite opened this issue Apr 25, 2024 · 1 comment · Fixed by #73554
Closed

Android ImGui cannot be navigated #73260

AnotherSeawhite opened this issue Apr 25, 2024 · 1 comment · Fixed by #73554
Labels
ImGui Anything related to the new ImGui UI for SDL/tiles or ImTui for curses builds OS: Android Issues related to Android operating system (S2 - Confirmed) Bug that's been confirmed to exist

Comments

@AnotherSeawhite
Copy link
Contributor

Describe the bug

#73180 was introduced as a fix for delay issue on macOS, and hopefully for Android too, but not only the delay issue wasn't resolved (see #73150), it's also impossible to navigate ImGui now.

Attach save file

N/A

Steps to reproduce

  1. Try to navigate ImGui
  2. Observe it isn't possible

Expected behavior

I expected ImGui to be navigatable with touchscreen.

Screenshots

VideoEditor_20240425_105125.mp4

Versions and configuration

  • OS: Android
    • OS Version: Manufacturer: samsung; Model: SM-G991N; Release: 14; Incremental: G991NKSU4FXD3;
  • Game Version: cdda-experimental-2024-04-24-0616 4551df2 [64-bit]
  • Graphics Version: Tiles

Additional context

Enabling InputTrickleEventQueue fixes this issue, but it isn't possible without third-party apps' help or a keyboard.

Screen_Recording_20240425_221213_Cataclysm.DDA.experimental.mp4
@AnotherSeawhite AnotherSeawhite added the (S1 - Need confirmation) Report waiting on confirmation of reproducibility label Apr 25, 2024
@katemonster33
Copy link
Contributor

katemonster33 commented Apr 25, 2024

confirmed on latest CI experimental, not sure why i didn't see the error on my local branch experimental

edit: mis-remembering, i only tested the change with windows

@NetSysFire NetSysFire added (S2 - Confirmed) Bug that's been confirmed to exist OS: Android Issues related to Android operating system ImGui Anything related to the new ImGui UI for SDL/tiles or ImTui for curses builds and removed (S1 - Need confirmation) Report waiting on confirmation of reproducibility labels Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ImGui Anything related to the new ImGui UI for SDL/tiles or ImTui for curses builds OS: Android Issues related to Android operating system (S2 - Confirmed) Bug that's been confirmed to exist
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants