Vyroda
Game engine made by hand, with modern C++ and Vulkan.
Loading...
Searching...
No Matches
Engine.Core.GLFW Module Reference

Variables

constexpr int GLFW_FALSE = 0
constexpr int GLFW_TRUE = 1
constexpr int GLFW_DECORATED = 0x00020005
constexpr int GLFW_VISIBLE = 0x00020004
constexpr int GLFW_RESIZABLE = 0x00020003
constexpr int GLFW_CONTEXT_VERSION_MAJOR = 0x00022002
constexpr int GLFW_CONTEXT_VERSION_MINOR = 0x00022003
constexpr int GLFW_OPENGL_CORE_PROFILE = 0x00032001
constexpr int GLFW_CLIENT_API = 0x00022001
constexpr int GLFW_NO_API = 0
constexpr int GLFW_KEY_0 = 48
constexpr int GLFW_KEY_1 = 49
constexpr int GLFW_KEY_2 = 50
constexpr int GLFW_KEY_3 = 51
constexpr int GLFW_KEY_4 = 52
constexpr int GLFW_KEY_5 = 53
constexpr int GLFW_KEY_6 = 54
constexpr int GLFW_KEY_7 = 55
constexpr int GLFW_KEY_8 = 56
constexpr int GLFW_KEY_9 = 57
constexpr int GLFW_KEY_A = 65
constexpr int GLFW_KEY_B = 66
constexpr int GLFW_KEY_C = 67
constexpr int GLFW_KEY_D = 68
constexpr int GLFW_KEY_E = 69
constexpr int GLFW_KEY_F = 70
constexpr int GLFW_KEY_G = 71
constexpr int GLFW_KEY_H = 72
constexpr int GLFW_KEY_I = 73
constexpr int GLFW_KEY_J = 74
constexpr int GLFW_KEY_K = 75
constexpr int GLFW_KEY_L = 76
constexpr int GLFW_KEY_M = 77
constexpr int GLFW_KEY_N = 78
constexpr int GLFW_KEY_O = 79
constexpr int GLFW_KEY_P = 80
constexpr int GLFW_KEY_Q = 81
constexpr int GLFW_KEY_R = 82
constexpr int GLFW_KEY_S = 83
constexpr int GLFW_KEY_T = 84
constexpr int GLFW_KEY_U = 85
constexpr int GLFW_KEY_V = 86
constexpr int GLFW_KEY_W = 87
constexpr int GLFW_KEY_X = 88
constexpr int GLFW_KEY_Y = 89
constexpr int GLFW_KEY_Z = 90
constexpr int GLFW_KEY_LEFT_CONTROL = 341
constexpr int GLFW_PRESS = 1
constexpr int GLFW_RELEASE = 0
constexpr int GLFW_REPEAT = 2
constexpr int GLFW_CURSOR = 0x00033001
constexpr int GLFW_CURSOR_DISABLED = 0x00034003
constexpr int GLFW_CURSOR_NORMAL = 0x00034001
constexpr int GLFW_MOUSE_BUTTON_LEFT = 0
constexpr int GLFW_JOYSTICK_1 = 0
constexpr int GLFW_GAMEPAD_BUTTON_A = 0
constexpr int GLFW_GAMEPAD_AXIS_LEFT_X = 0
constexpr int GLFW_GAMEPAD_AXIS_LEFT_Y = 1
constexpr int GLFW_GAMEPAD_AXIS_RIGHT_X = 2
constexpr int GLFW_GAMEPAD_AXIS_RIGHT_Y = 3
constexpr int GLFW_SRGB_CAPABLE = 0x0002100E

Files

file  src/Engine/Core/GLFW.cppm