glfwExtensionSupported top-level property

GlfwExtensionSupported glfwExtensionSupported
getter/setter pair

Implementation

GlfwExtensionSupported glfwExtensionSupported =
    Pointer<NativeFunction<GlfwExtensionSupportedNative>>.fromAddress(0)
        .asFunction<GlfwExtensionSupported>();