mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-23 00:10:11 +01:00
parent
ddb818f150
commit
83e6bf38bd
@ -288,6 +288,7 @@ func initialize() error {
|
||||
// Assume that UA is Edge.
|
||||
code := e.Get("keyCode").Int()
|
||||
currentInput.keyUpEdge(code)
|
||||
return
|
||||
}
|
||||
code := e.Get("code").String()
|
||||
currentInput.keyUp(code)
|
||||
|
Loading…
Reference in New Issue
Block a user