MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / GuiInputConfig

Method GuiInputConfig

src/components/GuiInputConfig.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13//If you want, you can manually add them to es_input.cfg.
14
15GuiInputConfig::GuiInputConfig(Window* window, InputConfig* target) : GuiComponent(window), mTargetConfig(target), mCanSkip(false)
16{
17 mCurInputId = 0;
18 LOG(LogInfo) << "Configuring device " << target->getDeviceId();
19}
20
21void GuiInputConfig::update(int deltaTime)
22{

Callers

nothing calls this directly

Calls 1

getDeviceIdMethod · 0.80

Tested by

no test coverage detected