GLFW_TRUE

One.

This is only semantic sugar for the number 1. You can instead use 1 or true or _True or GL_TRUE or VK_TRUE or anything else that is equal to one.

Ingroup: init

extern (C) @nogc nothrow __gshared
enum GLFW_TRUE = 1;

Meta