Static zng::window::FRAME_IMAGE_READY_EVENT
source ยท pub static FRAME_IMAGE_READY_EVENT: Event<FrameImageReadyArgs>
Expand description
A window frame has finished rendering.
You can request a copy of the pixels using WINDOWS.frame_image
or by setting the WindowVars::frame_capture_mode
.