mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
exp/textinput: typo
This commit is contained in:
parent
96a452d85c
commit
b098922889
@ -82,7 +82,7 @@ type Field struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// HandleInput updates the field state.
|
// 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 takes a position where an IME window is shown if needed.
|
||||||
//
|
//
|
||||||
// HandleInput returns whether the text inputting is handled or not.
|
// HandleInput returns whether the text inputting is handled or not.
|
||||||
|
Loading…
Reference in New Issue
Block a user