mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-13 04:22:05 +01:00
parent
8c25b07336
commit
0475baf9e2
@ -226,6 +226,6 @@ func UpdateInputFromEvent(e js.Value) {
|
||||
}
|
||||
|
||||
func (u *userInterfaceImpl) updateInputState() error {
|
||||
// TODO: Adjust cursor and touch positions based on the latest layout.
|
||||
// TODO: Adjust cursor and touch positions based on the latest layout (#2763).
|
||||
return nil
|
||||
}
|
||||
|
@ -49,7 +49,7 @@ func (u *userInterfaceImpl) updateInputStateFromOutside(keys map[Key]struct{}, r
|
||||
}
|
||||
|
||||
func (u *userInterfaceImpl) updateInputState() error {
|
||||
// TODO: Adjust cursor and touch positions based on the latest layout.
|
||||
// TODO: Adjust cursor and touch positions based on the latest layout (#2763).
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user