GlfwSetGamma typedef

GlfwSetGamma = void Function(Pointer<GLFWmonitor> monitor, double gamma)

Implementation

typedef GlfwSetGamma = void Function(
    Pointer<GLFWmonitor> monitor, double gamma);