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

Method getDetails

src/Engine/Action.cpp:200–203  ·  view source on GitHub ↗

* Returns the details about this action. * @return Pointer to SDL_event. */

Source from the content-addressed store, hash-verified

198 * @return Pointer to SDL_event.
199 */
200SDL_Event *Action::getDetails() const
201{
202 return _ev;
203}
204
205}

Callers 15

handleMethod · 0.80
mousePressMethod · 0.80
mouseReleaseMethod · 0.80
mouseClickMethod · 0.80
keyboardPressMethod · 0.80
keyboardReleaseMethod · 0.80
handleMethod · 0.80
runMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80
mousePressMethod · 0.80
mouseClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected