Skip to content

Commit

Permalink
Merge pull request #288 from JupiterRider/master
Browse files Browse the repository at this point in the history
"KeyNull" added
  • Loading branch information
gen2brain authored Oct 17, 2023
2 parents fa2a4d6 + e9649c4 commit 429cdff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions raylib/raylib.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 429cdff

Please sign in to comment.