glfwExtensionSupported top-level property

GlfwExtensionSupported glfwExtensionSupported
getter/setter pair

Implementation

GlfwExtensionSupported glfwExtensionSupported =
    loadFunction<GlfwExtensionSupportedNative>(
            _library, 'glfwExtensionSupported')
        .asFunction<GlfwExtensionSupported>();