Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ rotation
Method
rotation
libs/scrap/src/dxgi/mod.rs:590–592 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
588
}
589
590
pub fn rotation(&self) -> DXGI_MODE_ROTATION {
591
self.desc.Rotation
592
}
593
594
fn create_gdi(&self) -> Option<CapturerGDI> {
595
if let Ok(res) = CapturerGDI::new(self.name(), self.width(), self.height()) {
Callers
1
get_pixelbuffer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected