Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ onMiniMapClick
Method
onMiniMapClick
source/camera/CameraManager.cpp:457–460 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
455
}
456
457
void CameraManager::onMiniMapClick(Ogre::Vector2 cc)
458
{
459
flyTo(Ogre::Vector3(cc.x, cc.y, 0.0));
460
}
461
462
void CameraManager::move(const Direction direction, double aux)
463
{
Callers
1
onMinimapClick
Method · 0.80
Calls
1
Vector3
Class · 0.85
Tested by
no test coverage detected