GlfwGetWindowFrameSizeNative typedef

GlfwGetWindowFrameSizeNative = Void Function(Pointer<GLFWwindow> window, Pointer<Int32> left, Pointer<Int32> top, Pointer<Int32> right, Pointer<Int32> bottom)

Implementation

typedef GlfwGetWindowFrameSizeNative = Void Function(
    Pointer<GLFWwindow> window,
    Pointer<Int32> left,
    Pointer<Int32> top,
    Pointer<Int32> right,
    Pointer<Int32> bottom);