MCPcopy Create free account
hub / github.com/Prograda/Skybolt / CameraInputSystem

Method CameraInputSystem

src/Skybolt/SkyboltEngine/CameraInputSystem.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16namespace skybolt {
17
18CameraInputSystem::CameraInputSystem(const skybolt::InputPlatformPtr& inputPlatform, CameraInputAxes axes) :
19 mInputPlatform(inputPlatform),
20 mAxes(std::move(axes))
21{
22 mInputPlatform->getEventEmitter()->addEventListener<MouseEvent>(this);
23}
24
25CameraInputSystem::~CameraInputSystem()
26{

Callers

nothing calls this directly

Calls 1

getEventEmitterMethod · 0.45

Tested by

no test coverage detected