MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SetControllerBindingValue

Method SetControllerBindingValue

Source/UserInput/input.cpp:768–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

766}
767
768void Input::SetControllerBindingValue(std::string binding_category, std::string binding, ControllerInput::Input input) {
769 SetBindingValue(binding_category, binding, StringFromControllerInput(input));
770}
771
772void Input::HandleMouseButtonDown(int sdl_button_index, int clicks) {
773 mouse_.MouseDownEvent(sdl_button_index);

Callers 1

Calls 1

Tested by

no test coverage detected