glfw: mv glfw/* .
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3d71f9959f
commit
453b763ebd
113 changed files with 0 additions and 0 deletions
|
|
@ -1,12 +0,0 @@
|
|||
//! Key and button actions
|
||||
|
||||
const c = @import("c.zig").c;
|
||||
|
||||
/// The key or mouse button was released.
|
||||
pub const release = c.GLFW_RELEASE;
|
||||
|
||||
/// The key or mouse button was pressed.
|
||||
pub const press = c.GLFW_PRESS;
|
||||
|
||||
/// The key was held down until it repeated.
|
||||
pub const repeat = c.GLFW_REPEAT;
|
||||
Loading…
Add table
Add a link
Reference in a new issue