Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WolfireGames/overgrowth
/ ClearBinding
Method
ClearBinding
Source/UserInput/joystick.cpp:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void Joystick::ClearBinding() {
97
binding_.clear();
98
}
99
100
void Joystick::AddInputBufferItem(ControllerInput::Input input, float depth, uint32_t sequence_id) {
101
if (button_input_buffer_count >= button_input_buffer_size) {
Callers
1
ProcessBindings
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected