pixelSize
Return size of the window in physical pixels. For a 300x200 retina window (so actually 600x400), this should return 600x400.
Parameters
- self:Backend
- Backend
Source
Implementation
pub fn pixelSize(self: Backend) dvui.Size.Physical {
return self.impl.pixelSize();
}