MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetPixelWidth

Method GetPixelWidth

Source/TitleBar.cpp:330–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330float TitleBar::GetPixelWidth() const
331{
332 return ofGetWidth() / GetOwningContainer()->GetDrawScale();
333}
334
335void TitleBar::DrawModule()
336{

Callers

nothing calls this directly

Calls 2

ofGetWidthFunction · 0.85
GetDrawScaleMethod · 0.80

Tested by

no test coverage detected