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

Method GetStickButtonToDo

engine/Poseidon/Input/InputSubsystem.cpp:1334–1337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1332void InputSubsystem::SetUserKeys(UserAction action, const AutoArray<int>& keys)
1333{
1334 GInput.userKeys[action] = keys;
1335}
1336void InputSubsystem::CompactUserKeys(UserAction action)
1337{
1338 GInput.userKeys[action].Compact();
1339}
1340const AutoArray<int>& InputSubsystem::GetUserKeyModifiers(UserAction action) const

Callers 3

OnSimulateMethod · 0.80
CapturedGamepadInputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected