Merge pull request #288 from JupiterRider/master

"KeyNull" added
This commit is contained in:
Milan Nikolic 2023-10-17 15:52:26 +02:00 committed by GitHub
commit 429cdff4ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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