GLFW_MOUSE_BUTTON_1

@defgroup buttons Mouse buttons * Mouse button IDs. * * See mouse button input for how these are used. * * Ingroup: input * @{

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

Meta