GlfwSetWindowOpacity typedef

GlfwSetWindowOpacity = void Function(Pointer<GLFWwindow> window, double opacity)

Implementation

typedef GlfwSetWindowOpacity = void Function(
    Pointer<GLFWwindow> window, double opacity);