MCPcopy Create free account
hub / github.com/Recordscript/recordscript / set_gdi

Method set_gdi

libs/scrap/src/dxgi/mod.rs:178–181  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

176 }
177
178 pub fn set_gdi(&mut self) -> bool {
179 self.gdi_capturer = self.display.create_gdi();
180 self.is_gdi()
181 }
182
183 pub fn cancel_gdi(&mut self) {
184 self.gdi_buffer = Vec::new();

Callers

nothing calls this directly

Calls 2

create_gdiMethod · 0.80
is_gdiMethod · 0.45

Tested by

no test coverage detected