"KeyNull" added
This commit is contained in:
parent
fa2a4d6247
commit
e9649c4ced
1 changed files with 3 additions and 0 deletions
|
@ -200,6 +200,9 @@ const (
|
|||
// Set to try enabling interlaced video format (for V3D)
|
||||
FlagInterlacedHint = 0x00010000
|
||||
|
||||
// KeyNull is used for no key pressed
|
||||
KeyNull = 0
|
||||
|
||||
// Keyboard Function Keys
|
||||
KeySpace = 32
|
||||
KeyEscape = 256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue