GlfwGetKeyNative typedef

GlfwGetKeyNative = Int32 Function(Pointer<GLFWwindow> window, Int32 key)

Implementation

typedef GlfwGetKeyNative = Int32 Function(
    Pointer<GLFWwindow> window, Int32 key);