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

Method InputSystem

src/Skybolt/SkyboltEngine/Input/InputSystem.cpp:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12namespace skybolt {
13
14InputSystem::InputSystem(const InputPlatformPtr& inputPlatform, const std::vector<LogicalAxisPtr>& axes) :
15 mInputPlatform(inputPlatform),
16 mAxes(axes)
17{
18 assert(mInputPlatform);
19}
20
21void InputSystem::advanceWallTime(sim::SecondsD newTime, sim::SecondsD dt)
22{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected