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

Method GetInputButton

src/window_input_settings.cpp:32–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32Input::InputButton Window_InputSettings::GetInputButton() const {
33 return button;
34}
35
36void Window_InputSettings::SetInputButton(Input::InputButton button) {
37 this->button = button;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected