MCPcopy 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
457void CameraManager::onMiniMapClick(Ogre::Vector2 cc)
458{
459 flyTo(Ogre::Vector3(cc.x, cc.y, 0.0));
460}
461
462void CameraManager::move(const Direction direction, double aux)
463{

Callers 1

onMinimapClickMethod · 0.80

Calls 1

Vector3Class · 0.85

Tested by

no test coverage detected