MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / morePress

Method morePress

src/Basescape/ResearchInfoState.cpp:229–232  ·  view source on GitHub ↗

* Starts the timeMore timer. * @param action Pointer to an Action. */

Source from the content-addressed store, hash-verified

227 * @param action Pointer to an Action.
228 */
229void ResearchInfoState::morePress(Action *action)
230{
231 if (action->getDetails()->button.button == SDL_BUTTON_LEFT) _timerMore->start();
232}
233
234/**
235 * Stops the timeMore timer.

Callers

nothing calls this directly

Calls 2

getDetailsMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected