mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-23 00:07:15 +08:00
b2e88b02ae
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>