GLFW_FALSE

Zero.

This is only semantic sugar for the number 0. You can instead use 0 or false or _False or GL_FALSE or VK_FALSE or anything else that is equal to zero.

Ingroup: init

extern (C) @nogc nothrow __gshared
enum GLFW_FALSE = 0;

Meta