MCPcopy Create free account
hub / github.com/RIP-Comm/clementine / new

Method new

ui/src/keypad_debug.rs:17–19  ·  view source on GitHub ↗
(emu_handle: Arc<Mutex<EmuHandle>>)

Source from the content-addressed store, hash-verified

15 emu_handle: Arc<Mutex<EmuHandle>>,
16 /// Shared keyboard-to-GBA-button bindings, also read by the input handler.
17 key_bindings: Arc<Mutex<Vec<(GbaButton, Key)>>>,
18 /// The button currently waiting to capture a new key, if any.
19 rebinding: Option<GbaButton>,
20}
21
22impl KeypadDebug {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected