Updated dependency/instal info, added user guides. Updated flatscreen keybind #41

Closed
cyberneticmelon wants to merge 49 commits from documentation into main
Showing only changes of commit ceb8f2e9fd - Show all commits

View File

@@ -43,6 +43,7 @@ pub struct SkController {
} }
impl SkController { impl SkController {
pub fn new(connection: &Connection, handed: Handed) -> Result<Self> { pub fn new(connection: &Connection, handed: Handed) -> Result<Self> {
Input::set_controller_model(handed, Some(Model::new()));
let (spatial, object_handle) = SpatialRef::create( let (spatial, object_handle) = SpatialRef::create(
connection, connection,
&("/org/stardustxr/Controller/".to_string() &("/org/stardustxr/Controller/".to_string()