GlfwGetWindowFrameSize typedef

GlfwGetWindowFrameSize = void Function(Pointer<GLFWwindow> window, Pointer<Int32> left, Pointer<Int32> top, Pointer<Int32> right, Pointer<Int32> bottom)

Implementation

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