mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
doc: Add comments for keys
This commit is contained in:
parent
7e4e762d96
commit
12f14e5140
@ -83,6 +83,8 @@ import (
|
||||
)
|
||||
|
||||
// A Key represents a keyboard key.
|
||||
// These keys represent pysical keys of US keyboard.
|
||||
// For example, KeyQ represents Q key on US keybaords and ' (quote) key on Dvorak keyboards.
|
||||
type Key int
|
||||
|
||||
// Keys
|
||||
|
Loading…
Reference in New Issue
Block a user