MCPcopy Create free account
hub / github.com/ClassicOldSong/Apollo / init

Function init

src/input.cpp:1677–1681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1675 };
1676
1677 [[nodiscard]] std::unique_ptr<platf::deinit_t> init() {
1678 platf_input = platf::input();
1679
1680 return std::make_unique<deinit_t>();
1681 }
1682
1683 bool probe_gamepads() {
1684 auto input = static_cast<platf::input_t *>(platf_input.get());

Callers 3

mainFunction · 0.70
SetUpTestSuiteMethod · 0.50
SetUpMethod · 0.50

Calls 1

inputFunction · 0.50

Tested by 2

SetUpTestSuiteMethod · 0.40
SetUpMethod · 0.40