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