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

Method GetStickPovToDo

engine/Poseidon/Input/InputSubsystem.cpp:1338–1341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1336void InputSubsystem::CompactUserKeys(UserAction action)
1337{
1338 GInput.userKeys[action].Compact();
1339}
1340const AutoArray<int>& InputSubsystem::GetUserKeyModifiers(UserAction action) const
1341{
1342 return GInput.userKeysModifiers[action];
1343}
1344void InputSubsystem::SetUserKeyModifiers(UserAction action, const AutoArray<int>& modifiers)

Callers 3

OnSimulateMethod · 0.80
CapturedGamepadInputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected