GlfwSetWindowUserPointerNative typedef

GlfwSetWindowUserPointerNative = Void Function(Pointer<GLFWwindow> window, Pointer<NativeType> pointer)

Implementation

typedef GlfwSetWindowUserPointerNative = Void Function(
    Pointer<GLFWwindow> window, Pointer pointer);