Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ clear_delta
Method
clear_delta
perro_source/api_modules/perro_input_api/src/state.rs:183–186 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
181
/// Clear only accumulated mouse motion delta.
182
#[inline]
183
pub fn clear_delta(&mut self) {
184
self.delta_x = 0.0;
185
self.delta_y = 0.0;
186
}
187
188
// ---- Event input ----
189
Callers
3
clear_mouse_delta
Method · 0.80
begin_frame
Method · 0.80
clear_buttons_and_motion
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected