COMMON: Add getHiDPIScreenFactor to OSystem
This commit is contained in:
parent
f20c9ab958
commit
6d8462674f
4 changed files with 13 additions and 0 deletions
|
@ -243,6 +243,10 @@ int16 ModularGraphicsBackend::getOverlayWidth() {
|
|||
return _graphicsManager->getOverlayWidth();
|
||||
}
|
||||
|
||||
float ModularGraphicsBackend::getHiDPIScreenFactor() const {
|
||||
return _graphicsManager->getHiDPIScreenFactor();
|
||||
}
|
||||
|
||||
bool ModularGraphicsBackend::showMouse(bool visible) {
|
||||
return _graphicsManager->showMouse(visible);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue