MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetAction

Method GetAction

engine/Poseidon/Input/InputSubsystem.cpp:595–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593
594float InputSubsystem::GetAction(UserAction action, bool checkFocus) const
595{
596 return GetAction(context_, action, checkFocus);
597}
598
599float InputSubsystem::GetAction(InputContext ctx, UserAction action, bool checkFocus) const
600{
601 const int idx = static_cast<int>(ctx);

Callers 7

PollMethod · 0.45
AvailableEndingsFunction · 0.45
ButtonGetActionFunction · 0.45

Calls 2

QueryProfileActionFunction · 0.85
GetActionFunction · 0.50

Tested by

no test coverage detected