Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
void Window_InputSettings::SetInputButton(Input::InputButton button) {
37
this->button = button;
38
Refresh();
39
}
40
41
bool Window_InputSettings::RemoveMapping() {
42
int index = GetIndex();
Callers
1
SetMode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected