Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #7 from spelufo/patch-1
Browse files Browse the repository at this point in the history
Add missing GLFW_KEY_H
  • Loading branch information
Gnimuc authored Nov 2, 2023
2 parents 13d5879 + 3a0f5ac commit 1b2b2df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/LibGLFW.jl
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,8 @@ const GLFW_KEY_F = 70

const GLFW_KEY_G = 71

const GLFW_KEY_H = 72

const GLFW_KEY_I = 73

const GLFW_KEY_J = 74
Expand Down

0 comments on commit 1b2b2df

Please sign in to comment.