mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +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()
|
return n.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
func UpdateInputFromEvent(e js.Value) {
|
|
||||||
theUI.updateInputFromEvent(e)
|
|
||||||
}
|
|
||||||
|
|
||||||
func (u *userInterfaceImpl) saveCursorPosition() {
|
func (u *userInterfaceImpl) saveCursorPosition() {
|
||||||
u.savedCursorX = u.inputState.CursorX
|
u.savedCursorX = u.inputState.CursorX
|
||||||
u.savedCursorY = u.inputState.CursorY
|
u.savedCursorY = u.inputState.CursorY
|
||||||
|
Loading…
Reference in New Issue
Block a user