GlfwGetWindowUserPointerNative typedef

GlfwGetWindowUserPointerNative = Pointer<NativeType> Function(Pointer<GLFWwindow> window)

Implementation

typedef GlfwGetWindowUserPointerNative = Pointer Function(
    Pointer<GLFWwindow> window);