glfw: add top-level comments
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
6308a2f8dd
commit
025891f0b9
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//! Key and button actions
|
||||
|
||||
const c = @cImport(@cInclude("GLFW/glfw3.h"));
|
||||
|
||||
// The key or mouse button was released.
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//! GLFW version info
|
||||
|
||||
const c = @cImport(@cInclude("GLFW/glfw3.h"));
|
||||
|
||||
// The major version number of the GLFW library.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue