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

Method GetMouseButtonToDo

engine/Poseidon/Input/InputSubsystem.cpp:1330–1333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1328const AutoArray<int>& InputSubsystem::GetUserKeys(UserAction action) const
1329{
1330 return GInput.userKeys[action];
1331}
1332void InputSubsystem::SetUserKeys(UserAction action, const AutoArray<int>& keys)
1333{
1334 GInput.userKeys[action] = keys;
1335}
1336void InputSubsystem::CompactUserKeys(UserAction action)

Callers 3

OnSimulateMethod · 0.80
CapturedMouseButtonInputFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected