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

Method origin

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

Source from the content-addressed store, hash-verified

614 }
615
616 pub fn origin(&self) -> (LONG, LONG) {
617 (
618 self.desc.DesktopCoordinates.left,
619 self.desc.DesktopCoordinates.top,
620 )
621 }
622
623 #[cfg(feature = "vram")]
624 pub fn adapter_luid(&self) -> Option<i64> {

Callers 1

recordFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected