Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getWidth
Method
getWidth
source/render/MovableTextOverlay.cpp:109–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
}
108
109
Ogre::Real ChildOverlay::getWidth()
110
{
111
if(mForcedWidth != -1)
112
return mForcedWidth;
113
114
return mTextWidth;
115
}
116
117
Ogre::Real ChildOverlay::getHeight()
118
{
Callers
3
update
Method · 0.45
mousePressed
Method · 0.45
mousePressed
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected