*y = hh;
}
-double wxWindowMac::GetMagnificationFactor() const
-{
- wxNonOwnedWindow* tlw = MacGetTopLevelWindow() ;
- wxCHECK_MSG( tlw , 1.0, wxT("TopLevel Window missing") ) ;
- return tlw->GetMagnificationFactor();
-}
-
bool wxWindowMac::SetCursor(const wxCursor& cursor)
{
if (m_cursor.IsSameAs(cursor))
}
}
-float wxWindowMac::GetContentScaleFactor() const
+double wxWindowMac::GetContentScaleFactor() const
{
return GetPeer()->GetContentScaleFactor();
}