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

Method is_gdi

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

Source from the content-addressed store, hash-verified

172 }
173
174 pub fn is_gdi(&self) -> bool {
175 self.gdi_capturer.is_some()
176 }
177
178 pub fn set_gdi(&mut self) -> bool {
179 self.gdi_capturer = self.display.create_gdi();

Callers 1

set_gdiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected