mirror of
https://github.com/glfw/glfw.git
synced 2024-11-26 06:14:35 +00:00
Moved sticky state.
This commit is contained in:
parent
2939c1dc35
commit
d0e4c874c3
@ -30,6 +30,9 @@
|
|||||||
|
|
||||||
#include "internal.h"
|
#include "internal.h"
|
||||||
|
|
||||||
|
// Internal key state used for sticky keys
|
||||||
|
#define _GLFW_STICK 3
|
||||||
|
|
||||||
|
|
||||||
// Sets the cursor mode for the specified window
|
// Sets the cursor mode for the specified window
|
||||||
//
|
//
|
||||||
|
@ -106,9 +106,6 @@ typedef struct _GLFWmonitor _GLFWmonitor;
|
|||||||
// Helper macros
|
// Helper macros
|
||||||
//========================================================================
|
//========================================================================
|
||||||
|
|
||||||
// Internal key state used for sticky keys
|
|
||||||
#define _GLFW_STICK 3
|
|
||||||
|
|
||||||
// Checks for whether the library has been intitalized
|
// Checks for whether the library has been intitalized
|
||||||
#define _GLFW_REQUIRE_INIT() \
|
#define _GLFW_REQUIRE_INIT() \
|
||||||
if (!_glfwInitialized) \
|
if (!_glfwInitialized) \
|
||||||
|
Loading…
Reference in New Issue
Block a user