Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ joycons
Method
joycons
perro_source/api_modules/perro_input_api/src/snapshot.rs:189–191 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
187
}
188
189
// ---- Read-only views ----
190
191
/// Return all gamepad states.
192
#[inline]
193
pub fn gamepads(&self) -> &[GamepadState] {
194
&self.gamepads
Callers
11
ensure_joycon_calibration
Method · 0.80
all
Method · 0.80
get
Method · 0.80
ensure_calibration
Method · 0.80
action_down_hash
Method · 0.80
action_pressed_hash
Method · 0.80
action_released_hash
Method · 0.80
ui_stick_nav_direction
Method · 0.80
ui_any_nav_stick_held
Method · 0.80
ui_action_pressed
Method · 0.80
ui_action_released
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected