Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DioxusLabs/dioxus-components
/ end_pointer
Method
end_pointer
primitives/src/move_interaction.rs:151–155 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
149
}
150
151
pub(crate) fn end_pointer(&mut self) {
152
self.active_pointer_id.take();
153
self.last_pointer_position.set(None);
154
self.dragging.set(false);
155
}
156
}
157
158
#[cfg(test)]
Callers
1
pointer_move
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected