mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-24 18:02:02 +01:00
internal/ui: remove an unused function
This commit is contained in:
parent
2a8d8d71fc
commit
df3a1c3cdd
@ -227,10 +227,6 @@ func (u *userInterfaceImpl) keyName(key Key) string {
|
||||
return n.String()
|
||||
}
|
||||
|
||||
func UpdateInputFromEvent(e js.Value) {
|
||||
theUI.updateInputFromEvent(e)
|
||||
}
|
||||
|
||||
func (u *userInterfaceImpl) saveCursorPosition() {
|
||||
u.savedCursorX = u.inputState.CursorX
|
||||
u.savedCursorY = u.inputState.CursorY
|
||||
|
Loading…
Reference in New Issue
Block a user