Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seldom-SE/seldom_state
/ CursorPosition
Class
CursorPosition
examples/done.rs:86–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
85
#[derive(Default, Deref, DerefMut, Resource)]
86
struct CursorPosition(Option<Vec2>);
87
88
fn update_cursor_position(
89
cameras: Query<(&Camera, &GlobalTransform)>,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected