mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
Formatting.
This commit is contained in:
parent
cd670c34a2
commit
30ae9bdd47
@ -40,9 +40,9 @@
|
|||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
||||||
static GLboolean keyrepeat = 0;
|
static GLboolean keyrepeat = GL_FALSE;
|
||||||
static GLboolean systemkeys = 1;
|
static GLboolean systemkeys = GL_TRUE;
|
||||||
static GLboolean closeable = 1;
|
static GLboolean closeable = GL_TRUE;
|
||||||
static unsigned int counter = 0;
|
static unsigned int counter = 0;
|
||||||
|
|
||||||
static const char* get_key_name(int key)
|
static const char* get_key_name(int key)
|
||||||
|
Loading…
Reference in New Issue
Block a user