GlfwSetInputMode typedef

GlfwSetInputMode = void Function(Pointer<GLFWwindow> window, int mode, int value)

Implementation

typedef GlfwSetInputMode = void Function(
    Pointer<GLFWwindow> window, int mode, int value);