mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
exp/textinput: typo
This commit is contained in:
parent
f20fb3998c
commit
cf5b851cd3
@ -82,7 +82,7 @@ type Field struct {
|
||||
}
|
||||
|
||||
// HandleInput updates the field state.
|
||||
// HandleInput must be called every tick, i.e., every HandleInput, when Field is focused.
|
||||
// HandleInput must be called every tick, i.e., every Update, when Field is focused.
|
||||
// HandleInput takes a position where an IME window is shown if needed.
|
||||
//
|
||||
// HandleInput returns whether the text inputting is handled or not.
|
||||
|
Loading…
Reference in New Issue
Block a user