renforge_send_input
Send text, named keys, or scroll inputs to a running Ren'Py game to simulate user action for testing and automation.
Instructions
Send exactly one input mode: text, named key, or scroll object.
text posts character-by-character TEXTINPUT events to a focused
Ren'Py Input; submit optionally presses Enter after the text.
key accepts readable names such as enter, esc, arrows, pageup,
pagedown, backspace, delete, home, end, space, tab, and function keys.
scroll is {"x": ..., "y": ..., "direction": "up"|"down"}
in logical game coordinates, with optional integer amount.
Exactly one of text, key, and scroll must be supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | No | ||
| text | No | ||
| scroll | No | ||
| submit | No | ||
| project_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||