MCPcopy Create free account
hub / github.com/KernelFreeze/etheryal-kernel / width

Method width

src/platform/framebuffer.rs:82–84  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

80 }
81
82 pub fn width(&self) -> usize {
83 self.info.horizontal_resolution
84 }
85
86 pub fn height(&self) -> usize {
87 self.info.vertical_resolution

Callers 1

write_charMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected