Moved sticky state.

master
Camilla Berglund ago%!(EXTRA string=12 years)
parent 2939c1dc35
commit d0e4c874c3
  1. 3
      src/input.c
  2. 3
      src/internal.h

@ -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
//

@ -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) \

Loading…
Cancel
Save