"KeyNull" added

This commit is contained in:
JupiterRider 2023-10-17 15:35:18 +02:00
parent fa2a4d6247
commit e9649c4ced

View file

@ -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