> For the complete documentation index, see [llms.txt](https://smartui-docs.pixelperfectstudio.mx/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smartui-docs.pixelperfectstudio.mx/getting-started/quickstart/release-notes/build-v1.88062e75.md).

# Build v1.88062e75

This SmartUI update introduces improvements to GridLayout and gamepad pointer functionality, alongside critical bug fixes. The new `GetRowByY` and `GetColByX` functions allow conversion of coordinates into layout indices. Gamepad pointer events now properly support absolute coordinates across layers, enhancing accuracy and interaction. Additionally, ACE events for minimizing, maximizing, and restoring the window are now fully functional. Stability improvements include fixes for pointer-related null exceptions and layout errors when `pageData` is missing. Several version and build updates were also applied.

## Addon Version

| Addon ID                        | Current Version |
| ------------------------------- | --------------- |
| ppstudio\_smartui\_plugin       | 1.0.0.5         |
| ppstudio\_button\_beh           | 0.0.0.3         |
| ppstudio\_checkbox\_beh         | 0.0.0.3         |
| ppstudio\_container\_beh        | 0.0.0.3         |
| ppstudio\_datalistener\_beh     | 0.0.0.3         |
| ppstudio\_dialog\_beh           | 0.0.0.3         |
| ppstudio\_discreteprogress\_beh | 0.0.0.3         |
| ppstudio\_gridlayout\_beh       | 0.0.0.4         |
| ppstudio\_progressbar\_beh      | 0.0.0.4         |
| ppstudio\_radiobutton\_beh      | 0.0.0.3         |
| ppstudio\_scrollbar\_beh        | 0.0.0.3         |
| ppstudio\_scrollview\_beh       | 0.0.0.3         |

## **🆕** **New Features**

## <img src="/files/56dinAIUkTQ9jgI3q85Z" alt="" data-size="line"> Framework Core&#x20;

**Gamepad Pointer Enhancements**

* **Absolute Coordinate Support**\
  The Gamepad Pointer now uses absolute coordinates for proper translation across multiple layers and scales.
* **Improved Input Handling**\
  `getPointerCoords` now returns accurate positions. `_onPointerTouch` uses absolute coordinates and properly triggers `on-pressed-start` events.

## <img src="/files/TK2tHQug4FT4Van3WfR5" alt="" data-size="line"> **GridLayout Behavior**

* **Coordinate Lookup Functions**\
  Added `GetRowByY` and `GetColByX` functions to convert coordinates into row and column indices.

## **🐛**️ **Bug Fixes**

* <img src="/files/56dinAIUkTQ9jgI3q85Z" alt="" data-size="line"> **Pointer Null Exception**\
  Fixed an issue where a null exception could occur if the pointer was destroyed during tracking.
* <img src="/files/TK2tHQug4FT4Van3WfR5" alt="" data-size="line">**GridLayout PageData Error**\
  Resolved an exception that occurred when `pageData` was missing in GridLayout usage.
* <img src="/files/bWLbGvfpyAwDlK7LFzfp" alt="" data-size="line">**C3 Window Events Not Triggering**\
  Fixed a bug that prevented `OnMinimize`, `OnMaximize`, and `OnRestore` events from firing as expected.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://smartui-docs.pixelperfectstudio.mx/getting-started/quickstart/release-notes/build-v1.88062e75.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
