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

Method new

perro_source/api_modules/perro_input_api/src/input_map.rs:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25
26impl InputMap {
27 pub fn new() -> Self {
28 Self::default()
29 }
30
31 pub fn from_actions(mut actions: Vec<InputAction>) -> Self {
32 for action in &mut actions {

Callers

nothing calls this directly

Calls 1

action_hashFunction · 0.85

Tested by

no test coverage detected