glfwGetKey top-level property

GlfwGetKey glfwGetKey
getter/setter pair

Implementation

GlfwGetKey glfwGetKey = loadFunction<GlfwGetKeyNative>(_library, 'glfwGetKey')
    .asFunction<GlfwGetKey>();