Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
Input::InputButton Window_InputSettings::GetInputButton() const {
33
return button;
34
}
35
36
void Window_InputSettings::SetInputButton(Input::InputButton button) {
37
this->button = button;
Callers
1
RefreshInputEmergencyReset
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected