MCPcopy Create free account
hub / github.com/PerroEngine/Perro / command_buffer

Method command_buffer

perro_source/api_modules/perro_input_api/src/snapshot.rs:797–799  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

795
796/// Data produced when live rebinding captures a button press.
797#[derive(Clone, Debug, PartialEq, Eq)]
798pub struct RebindResult {
799 pub action: String,
800 pub action_hash: u64,
801 pub binding: InputBinding,
802}

Callers 12

bind_playerMethod · 0.45
set_mouse_modeMethod · 0.45
set_gamepad_rumbleMethod · 0.45
set_joycon_rumbleMethod · 0.45
set_joycon_indicatorMethod · 0.45
set_modeMethod · 0.45
set_rumbleMethod · 0.45
set_indicatorMethod · 0.45
set_indicator_slotMethod · 0.45
ensure_calibrationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected