GLFWkeyfun typedef

Implementation

typedef GLFWkeyfun = Pointer<
    NativeFunction<
        Void Function(Pointer<GLFWwindow>, Int32, Int32, Int32, Int32)>>;