Hajime Hoshi
|
c379873a1f
rename Ebiten -> Ebitengine
|
2 years ago |
Hajime Hoshi
|
60e9ff35b2
go generate
|
2 years ago |
Kacper Drobny
|
de8c02a00f
ebiten: add missing backward compatibility Add key (#2024)
|
2 years ago |
Hajime Hoshi
|
4c6c31e384
all: reorder build tags in an alphabetical order
|
2 years ago |
Hajime Hoshi
|
80c03792cb
internal/driver: move the key definitions to internal/ui
|
2 years ago |
Hajime Hoshi
|
149736c3cf
internal/uidriver/*: integrate the packages into internal/ui
|
2 years ago |
Hajime Hoshi
|
67bb58849e
internal/uidriver/mobile: add build tags
|
2 years ago |
Hajime Hoshi
|
ef62f407d1
Clean up build tags
|
3 years ago |
Hajime Hoshi
|
6bc22d4587
Unify 'deprecated' comment formats
|
3 years ago |
Hajime Hoshi
|
b54ad73a2b
Add go:build comments with go1.17beta1 fmt
|
3 years ago |
Hajime Hoshi
|
4398a5e227
ebiten: Change the key name convention to follow the Web standard
|
3 years ago |
Hajime Hoshi
|
c918a6ab20
ebiten: Refactoring genkeys.go
|
3 years ago |
Hajime Hoshi
|
45f10f134f
ebiten: Add Key{Left,Right}{Alt,Control,Shift,Super}
|
3 years ago |
Hajime Hoshi
|
69b1d2e820
uidriver/js: Use js.Value as key strings
|
3 years ago |
Hajime Hoshi
|
3c21246db5
uidirve/js: Bug fix: Fix key codes for Edge browser
|
4 years ago |
Hajime Hoshi
|
5ee3fdf628
ebiten: Add KeySuper
|
4 years ago |
Hajime Hoshi
|
946cf1d250
Improve portability of genkeys.go
|
4 years ago |
Hajime Hoshi
|
dc288d37f8
Bug fix: Compile error for Wasm
|
4 years ago |
Hajime Hoshi
|
ee4ebaaa95
Clean up the 'js' build tags
|
4 years ago |
Hajime Hoshi
|
7a0e31a23a
Clean up the 'js' build tags
|
4 years ago |
Hajime Hoshi
|
bf515bb594
Update version to v2.0.0-alpha
|
4 years ago |
Hajime Hoshi
|
33e850a6d4
driver: Bug fix: (Key).String might cause infinite loop
|
4 years ago |
Hajime Hoshi
|
ea99743e0d
driver: Add (Key).String()
|
4 years ago |
Hajime Hoshi
|
4d2a0287b5
Bug fix: some generators did not work due to a lacked package
|
4 years ago |
Hajime Hoshi
|
0ea5e65c92
mobile/ebitenmobileview: Bug fix: compile error
|
4 years ago |
Hajime Hoshi
|
a208a026f6
uidriver/mobile: Implement keyboard key inputs for gomobile-build
|
4 years ago |
Hajime Hoshi
|
1dd0c22510
mobile/ebitenmobileview: Bug fix: Wrong key names
|
4 years ago |
Hajime Hoshi
|
7ea56b2e79
keys: Refactoring: Rename a map (driverKeyNameToJSKey)
|
4 years ago |
Hajime Hoshi
|
cd4cb435f2
keys: Refactoring: Rename and reverse a map (androidKeyToDriverKeyName)
|
4 years ago |
Hajime Hoshi
|
5b7151595b
mobile/ebitenmobileview: Handle keyboard keys on Android (ebitenmobile)
|
4 years ago |