glfw: correct comment style
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
73055427ad
commit
161b0a540f
3 changed files with 18 additions and 18 deletions
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
const c = @cImport(@cInclude("GLFW/glfw3.h"));
|
||||
|
||||
// The key or mouse button was released.
|
||||
/// The key or mouse button was released.
|
||||
pub const release = C.GLFW_RELEASE;
|
||||
|
||||
// The key or mouse button was pressed.
|
||||
/// The key or mouse button was pressed.
|
||||
pub const press = C.GLFW_RELEASE;
|
||||
|
||||
// The key was held down until it repeated.
|
||||
/// 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