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

Method btnCancelClick

src/Menu/ListGamesState.cpp:276–279  ·  view source on GitHub ↗

* Returns to the previous screen. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

274 * @param action Pointer to an action.
275 */
276void ListGamesState::btnCancelClick(Action *)
277{
278 _game->popState();
279}
280
281/**
282 * Shows the details of the currently hovered save.

Callers

nothing calls this directly

Calls 1

popStateMethod · 0.45

Tested by

no test coverage detected