Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      CodeSOD: A Unique Way to Primary Key

      July 22, 2025

      BrowserStack launches Figma plugin for detecting accessibility issues in design phase

      July 22, 2025

      Parasoft brings agentic AI to service virtualization in latest release

      July 22, 2025

      Node.js vs. Python for Backend: 7 Reasons C-Level Leaders Choose Node.js Talent

      July 21, 2025

      The best CRM software with email marketing in 2025: Expert tested and reviewed

      July 22, 2025

      This multi-port car charger can power 4 gadgets at once – and it’s surprisingly cheap

      July 22, 2025

      I’m a wearables editor and here are the 7 Pixel Watch 4 rumors I’m most curious about

      July 22, 2025

      8 ways I quickly leveled up my Linux skills – and you can too

      July 22, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025
      Recent

      The Intersection of Agile and Accessibility – A Series on Designing for Everyone

      July 22, 2025

      Zero Trust & Cybersecurity Mesh: Your Org’s Survival Guide

      July 22, 2025

      Execute Ping Commands and Get Back Structured Data in PHP

      July 22, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025
      Recent

      A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

      July 22, 2025

      “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

      July 22, 2025

      Galaxy Z Fold 7 review: Six years later — Samsung finally cracks the foldable code

      July 22, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Operating Systems»Windows 11’s handheld gaming UI references spotted ahead of Xbox Ally

    Windows 11’s handheld gaming UI references spotted ahead of Xbox Ally

    July 15, 2025

    Windows 11 will soon detect when it’s booted on a gamepad-based device, and if that happens, it’ll automatically switch to a new UI. The new UI is optimized for “handheld” gaming, particularly for products like ASUS Xbox Ally, which is expected to begin shipping later this fall for $999 or more.

    Windows 11 handheld UI

    Phantom on X found a new OOBE (out-of-the-box experience) UI for Windows 11 when it’s running on a handheld device. This popped up in Build 26200, and Windows Latest also found references to new GamePad optimized UI. Inside the new cloud host experience in Windows 11, the clue sits near the top of initializeGamepadLegend().

    After the constructor sets things up, it runs:

    let shouldShowGamepadLegend =
    this.showLightFooter && CloudExperienceHost.Environment.isGamepadBasedDevice();

    CloudExperienceHost.Environment.isGamepadBasedDevice() is the call that asks the hardware abstraction layer whether the device presents itself as having integrated game‑pad controls. If that returns true, the local boolean shouldShowGamepadLegend becomes true.

    A few lines later the same method checks a staging flag:

    if (CloudExperienceHost.FeatureStaging.isOobeFeatureEnabled("GamepadLegendEnabled")) {
    if (shouldShowGamepadLegend) {
    this.updateGamepadAButton();
    this.updateGamepadBButton();
    this.showGamepadLegend(true);
    navManager.addEventListener("ShowBackButton", this.onShowGamepadBButton.bind(this));
    navManager.addEventListener("HideBackButton", this.onHideGamepadBButton.bind(this));
    }
    }

    Of course, unless you’re a developer, you’ll probably not understand what these references mean, but if we dumb it down a little, it points to a new Windows 11 feature where the setup detects a “gamepad‑based device.” The code you pasted watches for hardware that reports Xbox‑style A/B/X/Y buttons.

    If Windows sees that, OOBE swaps in handheld‑friendly art and exposes extra hooks so later parts of the shell can show “Press A to continue” or “Press B to go back.” Those labels are pulled from the same string table that localises every other Windows prompt, so they appear in any language.

    I think these references are pretty interesting, and it also seems to indicate that Microsoft is rushing Windows 11’s gaming handheld development. It’s coming sooner than later, and that’s a good thing because Xbox-branded Rog Ally X is expected to ship this year. And without handheld-optimised Windows 11, ASUS wouldn’t be able to release the device.

    Windows 11’s new handheld UI drops bloatware, offers better performance

    Taskbar app switcher with gaming UI

    The Rog Ally ships with “Windows 11 Home,” but it’s optimised for handheld gaming, and there’s a new taskbar UI/UX. It also has a new app switcher UI, which can be easily used with the handheld controls. It’s all part of the “Xbox app” experience. The Xbox app is taking the front seat.

    Also, if you look closely at the above image, you’ll notice that the new Windows 11 UI has app icons at the top of the screen. Microsoft previously planned to ship a new top bar in Windows 11 for everyone, but that idea never made the cut, and it’s now coming to gaming handhelds instead.

    We don’t have the details, but there’s a chance you’ll be able to go back to the original desktop experience if you really want to. But remember that the new handheld optimised Windows 11 does not use a lot of memory and is optimised for performance, so you can focus on gaming.

    The post Windows 11’s handheld gaming UI references spotted ahead of Xbox Ally appeared first on Windows Latest

    Source: Read More 

    windows
    Facebook Twitter Reddit Email Copy Link
    Previous ArticleWe’re Moving! NodeSource Distributions Now Have a New Home – With Extended Support
    Next Article My top-rated USB-C accessory just got even better with this built-in display

    Related Posts

    News & Updates

    A Tomb Raider composer has been jailed — His legacy overshadowed by $75k+ in loan fraud

    July 22, 2025
    News & Updates

    “I don’t think I changed his mind” — NVIDIA CEO comments on H20 AI GPU sales resuming in China following a meeting with President Trump

    July 22, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-4159 – PCMan FTP Server GLOB Command Handler Buffer Overflow Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Yandex Releases Alchemist: A Compact Supervised Fine-Tuning Dataset for Enhancing Text-to-Image T2I Model Quality

    Machine Learning

    How to Send Emails With Django

    Development

    New method assesses and improves the reliability of radiologists’ diagnostic reports

    Artificial Intelligence

    Highlights

    Developer Spotlight: Andrea Biason

    April 17, 2025

    Andrea Biason showcases his journey and four standout projects that push the boundaries of immersive…

    CVE-2025-5258 – WordPress Conference Scheduler Stored Cross-Site Scripting (XSS)

    June 24, 2025

    Erie Moon Mammoths Merch

    July 1, 2025

    Memorial Day 2025 Deals

    May 19, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.