onWebGlContextLost 属性

ElementStream<ContextEvent> onWebGlContextLost

由该 CanvasElement 处理 webglcontextlost 事件的流。

实现

ElementStream<gl.ContextEvent> get onWebGlContextLost =>
    webGlContextLostEvent.forElement(this);