mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
ebiten: remove old comments
This commit is contained in:
parent
be0ce08663
commit
2d62de25ed
5
input.go
5
input.go
@ -54,11 +54,6 @@ func InputChars() []rune {
|
|||||||
// Note that a Key represents a physical key of US keyboard layout.
|
// Note that a Key represents a physical key of US keyboard layout.
|
||||||
// For example, KeyQ represents Q key on US keyboards and ' (quote) key on Dvorak keyboards.
|
// For example, KeyQ represents Q key on US keyboards and ' (quote) key on Dvorak keyboards.
|
||||||
//
|
//
|
||||||
// Known issue: On Edge browser, some keys don't work well:
|
|
||||||
//
|
|
||||||
// - KeyKPEnter and KeyKPEqual are recognized as KeyEnter and KeyEqual.
|
|
||||||
// - KeyPrintScreen is only treated at keyup event.
|
|
||||||
//
|
|
||||||
// IsKeyPressed is concurrent-safe.
|
// IsKeyPressed is concurrent-safe.
|
||||||
//
|
//
|
||||||
// On Android (ebitenmobile), EbitenView must be focusable to enable to handle keyboard keys.
|
// On Android (ebitenmobile), EbitenView must be focusable to enable to handle keyboard keys.
|
||||||
|
Loading…
Reference in New Issue
Block a user