GlfwSetInputModeNative typedef

GlfwSetInputModeNative = Void Function(Pointer<GLFWwindow> window, Int32 mode, Int32 value)

Implementation

typedef GlfwSetInputModeNative = Void Function(
    Pointer<GLFWwindow> window, Int32 mode, Int32 value);