MCPcopy Create free account
hub / github.com/TactilityProject/Tactility / createDevices

Function createDevices

Devices/simulator/Source/Simulator.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9using namespace tt::hal;
10
11static std::vector<std::shared_ptr<tt::hal::Device>> createDevices() {
12 return {
13 std::make_shared<SdlDisplay>(),
14 std::make_shared<SdlKeyboard>(),
15 std::make_shared<SimulatorPower>(),
16 };
17}
18
19extern const Configuration hardwareConfiguration = {
20 .initBoot = nullptr,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected