glfw: add top-level comments

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-07-16 11:36:31 -07:00
parent 6308a2f8dd
commit 025891f0b9
2 changed files with 4 additions and 0 deletions

View file

@ -1,3 +1,5 @@
//! Key and button actions
const c = @cImport(@cInclude("GLFW/glfw3.h"));
// The key or mouse button was released.

View file

@ -1,3 +1,5 @@
//! GLFW version info
const c = @cImport(@cInclude("GLFW/glfw3.h"));
// The major version number of the GLFW library.