mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +01:00
cmd/ebitenmobile, exp/textinput: typo
This commit is contained in:
parent
59521d715b
commit
013e235628
@ -95,7 +95,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// minAndroidAPI specifies the minimum API version for Android.
|
// minAndroidAPI specifies the minimum API version for Android.
|
||||||
// Now Google Player v23.30.99+ drops the API level that is older than 21.
|
// Now Google Player v23.30.99+ drops API levels that are older than 21.
|
||||||
// See https://apilevels.com/.
|
// See https://apilevels.com/.
|
||||||
const minAndroidAPI = 21
|
const minAndroidAPI = 21
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ type State struct {
|
|||||||
// Start starts text inputting.
|
// Start starts text inputting.
|
||||||
// Start returns a channel to send the state repeatedly, and a function to end the text inputting.
|
// Start returns a channel to send the state repeatedly, and a function to end the text inputting.
|
||||||
//
|
//
|
||||||
// Start is the low-leve API. For most use cases, Field is easier to use.
|
// Start is the low-level API. For most use cases, Field is easier to use.
|
||||||
//
|
//
|
||||||
// Start returns nil and nil if the current environment doesn't support this package.
|
// Start returns nil and nil if the current environment doesn't support this package.
|
||||||
func Start(x, y int) (states chan State, close func()) {
|
func Start(x, y int) (states chan State, close func()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user