1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 07:07:25 -04:00

Moved sticky state.

This commit is contained in:
Camilla Berglund 2013-03-01 15:18:53 +01:00
parent 2939c1dc35
commit d0e4c874c3
2 changed files with 3 additions and 3 deletions

View File

@ -30,6 +30,9 @@
#include "internal.h"
// Internal key state used for sticky keys
#define _GLFW_STICK 3
// Sets the cursor mode for the specified window
//

View File

@ -106,9 +106,6 @@ typedef struct _GLFWmonitor _GLFWmonitor;
// Helper macros
//========================================================================
// Internal key state used for sticky keys
#define _GLFW_STICK 3
// Checks for whether the library has been intitalized
#define _GLFW_REQUIRE_INIT() \
if (!_glfwInitialized) \