MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetInputButton

Method SetInputButton

src/window_input_settings.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void Window_InputSettings::SetInputButton(Input::InputButton button) {
37 this->button = button;
38 Refresh();
39}
40
41bool Window_InputSettings::RemoveMapping() {
42 int index = GetIndex();

Callers 1

SetModeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected