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

Add missing GLFW_KEY_H #7

Merged
merged 1 commit into from
Nov 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading