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

Method Bind

engine/Poseidon/Input/InputProfile.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20} // namespace
21
22void InputProfile::Bind(UserAction action, InputCode code)
23{
24 Bind(action, InputBinding(code));
25}
26
27void InputProfile::Bind(UserAction action, InputBinding binding)
28{

Callers 15

InitMethod · 0.45
LoadMethod · 0.45
ResetCategoryDefaultsMethod · 0.45
RebindProfileFunction · 0.45
ReplaceGamepadBindingsFunction · 0.45
BindAxisFunction · 0.45
BindButtonFunction · 0.45
BindPovFunction · 0.45
ApplyFreelookDefaultsFunction · 0.45
LoadMethod · 0.45

Calls 1

InputBindingClass · 0.85

Tested by 3

BindComboFunction · 0.36
SetSingleBindingFunction · 0.36
BindMenuProfileFunction · 0.36