GlfwGetWindowSizeNative typedef

GlfwGetWindowSizeNative = Void Function(Pointer<GLFWwindow> window, Pointer<Int32> width, Pointer<Int32> height)

Implementation

typedef GlfwGetWindowSizeNative = Void Function(
    Pointer<GLFWwindow> window, Pointer<Int32> width, Pointer<Int32> height);