imgui_type_text
Types text into any Dear ImGui widget by focusing it first, then injecting characters. Enables automated text entry in game UIs.
Instructions
Type text into a widget (focuses it first, then injects characters)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Widget ID to type into | |
| text | Yes | Text to type | |
| window | Yes | Window ID containing the widget |