Home
last modified time | relevance | path

Searched refs:gfxHeight (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Input/
H A DInput.cpp2375 int gfxHeight = graphics_->GetHeight(); in HandleScreenMode() local
2377 if (winWidth > 0 && winHeight > 0 && gfxWidth > 0 && gfxHeight > 0) in HandleScreenMode()
2380 inputScale_.y_ = (float)gfxHeight / (float)winHeight; in HandleScreenMode()