MCPcopy 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)]
86struct CursorPosition(Option<Vec2>);
87
88fn update_cursor_position(
89 cameras: Query<(&Camera, &GlobalTransform)>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected