# Dear ImGui v1.92.2b - Product: Dear ImGui (https://whatsnew.fyi/product/dear-imgui) - Vendor: Omar Cornut - Date: 2025-08-13 - Version: v1.92.2b - Original notes: https://github.com/ocornut/imgui/releases/tag/v1.92.2b - Permalink: https://whatsnew.fyi/product/dear-imgui/releases/v1.92.2b What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **fixed** — IsItemHovered() failing on disabled items and items that have no identifier when holding mouse button - **fixed** — IsItemHovered() on holding mouse button down on disabled items leaking between items when the window cannot be moved - **fixed** — Allegro5 backend texture format setup which didn't work on all setups and drivers - **fixed** — Allegro5 backend missing support for ImGuiKey_PrintScreen under Windows - **added** — Allegro5 backend ImGui_ImplAllegro5_SetDisplay() function to change current ALLEGRO_DISPLAY ##### v1.92.2b: Hotfix for 1.92.2 ##### Changes (since [v1.92.2](https://github.com/ocornut/imgui/releases/v1.92.2)) This is a hot fix for [v1.92.2](https://github.com/ocornut/imgui/releases/v1.92.2) which has issues with using `IsItemHovered()` on disabled items or items with no identifier while clicking on them. - Fixed `IsItemHovered()` failing on disabled items and items that have no identifier (e.g. Text() calls) when holding mouse button. (Regression in 1.92.2). (#8877, #8883) - Made `IsItemHovered()` on holding mouse button down on disabled items not leak between items when the window cannot be moved. - Backends: Allegro5: Fixed texture format setup which didn't work on all setups/drivers. (#8770, #8465) - Backends: Allegro5: Added `ImGui_ImplAllegro5_SetDisplay()` function to change current ALLEGRO_DISPLAY, as Allegro applications often need to do that. - Backends: Allegro5: Fixed missing support for `ImGuiKey_PrintScreen` under Windows, as raw Allegro 5 does not receive it. ------ Also see [previous releases details](https://github.com/ocornut/imgui/releases). Note that GitHub are now clamping release notes sometimes really badly, click on a header/title to read full notes. ❤️ **Previous summer was the 10th anniversary of v1.00! Read: [10 years of Dear ImGui](https://github.com/ocornut/imgui/issues/7892)** ! 🎉 💰 🙏 **Dear ImGui is funded by your contributions and absolutely needs them to sustain and grow**. We can invoice and accommodate to many situations. If your company uses Dear ImGui, please reach out. See [Funding page](https://github.com/ocornut/imgui/wiki/Funding). **Did you know? If you need an excuse to pay, you may buy licenses for [Test Engine](https://github.com/ocornut/imgui_test_engine) and buy hours of support (and cough not use them all) and that will contribute to fund Dear ImGui.**