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

[no squash] Auto-toggle TouchScreenGUI in-game when receiving touch/mouse input #14542

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jun 12, 2024

  1. Rename TouchScreenGUI -> TouchControls

    to avoid confusion between touchscreen-related settings that affect GUIs
    (formspecs) and touchscreen-related settings that affect the touch controls
    (TouchControls / formerly TouchScreenGUI)
    grorp authored and okias committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    266137a View commit details
    Browse the repository at this point in the history
  2. split enable_touch to touch_controls (for touchscreen controls) and t…

    …ouch_gui
    
    touch_gui provide adjustment to the interface, so it's more touch
    friendly
    
    Signed-off-by: David Heidelberg <david@ixit.cz>
    grorp authored and okias committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    e467fa5 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Auto-toggle TouchControls in-game when receiving touch/mouse input (c…

    …ompiles again, but not tested yet)
    grorp committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    71c05c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    348d003 View commit details
    Browse the repository at this point in the history
  3. Avoid bug on Linux/X11

    grorp committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c6978db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f74fff3 View commit details
    Browse the repository at this point in the history