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

Commit

Permalink
Add missing GLFW_KEY_H
Browse files Browse the repository at this point in the history
  • Loading branch information
spelufo authored Oct 27, 2023
1 parent 13d5879 commit 3a0f5ac
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 3a0f5ac

Please sign in to comment.