GlfwGetWindowSize typedef

GlfwGetWindowSize = void Function(Pointer<GLFWwindow> window, Pointer<Int32> width, Pointer<Int32> height)

Implementation

typedef GlfwGetWindowSize = void Function(
    Pointer<GLFWwindow> window, Pointer<Int32> width, Pointer<Int32> height);