Files
ebiten/examples/textinput
Hajime Hoshi b2e88b02ae exp/textinput: add Field.SetBounds and Field.Handled, process input via internal hook
Replace the per-frame HandleInputWithBounds call with SetBounds (call only
when bounds change) and Handled (query whether input was consumed). Input
processing now runs automatically via an internal hook on before-update,
so users no longer need to drive it every tick.

Deprecate HandleInput and HandleInputWithBounds in favor of the new API.

Closes #3420

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-21 23:14:28 +09:00
..