mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: typo
This commit is contained in:
parent
9492b4ecf5
commit
7f95072fce
2
input.go
2
input.go
@ -382,7 +382,7 @@ func AppendTouchIDs(touches []TouchID) []TouchID {
|
|||||||
|
|
||||||
// TouchIDs returns the current touch states.
|
// TouchIDs returns the current touch states.
|
||||||
//
|
//
|
||||||
// Deperecated: as of v2.2. Use AppendTouchIDs instead.
|
// Deprecated: as of v2.2. Use AppendTouchIDs instead.
|
||||||
func TouchIDs() []TouchID {
|
func TouchIDs() []TouchID {
|
||||||
return AppendTouchIDs(nil)
|
return AppendTouchIDs(nil)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user