MCPcopy 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
109Ogre::Real ChildOverlay::getWidth()
110{
111 if(mForcedWidth != -1)
112 return mForcedWidth;
113
114 return mTextWidth;
115}
116
117Ogre::Real ChildOverlay::getHeight()
118{

Callers 3

updateMethod · 0.45
mousePressedMethod · 0.45
mousePressedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected