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

Method update

src/components/GuiDetectDevice.cpp:73–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void GuiDetectDevice::update(int deltaTime)
74{
75 if(mHoldingFinish)
76 {
77 mFinishTimer += deltaTime;
78
79 if(mFinishTimer > 1000)
80 done();
81 }
82}
83
84void GuiDetectDevice::render(const Eigen::Affine3f& parentTrans)
85{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected