mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 20:18:59 +01:00
internal/driver: Bug fix: Compile error for browsers
This commit is contained in:
parent
93a156a718
commit
d7bedd165a
@ -74,6 +74,8 @@ const (
|
||||
StandardGamepadButtonLeftLeft
|
||||
StandardGamepadButtonLeftRight
|
||||
StandardGamepadButtonCenterCenter
|
||||
|
||||
StandardGamepadButtonMax = StandardGamepadButtonCenterCenter
|
||||
)
|
||||
|
||||
type StandardGamepadAxis int
|
||||
@ -84,4 +86,6 @@ const (
|
||||
StandardGamepadAxisLeftStickVertical
|
||||
StandardGamepadAxisRightStickHorizontal
|
||||
StandardGamepadAxisRightStickVertical
|
||||
|
||||
StandardGamepadAxisMax = StandardGamepadAxisRightStickVertical
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user