MCPcopy 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
96void Joystick::ClearBinding() {
97 binding_.clear();
98}
99
100void Joystick::AddInputBufferItem(ControllerInput::Input input, float depth, uint32_t sequence_id) {
101 if (button_input_buffer_count >= button_input_buffer_size) {

Callers 1

ProcessBindingsMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected