diff --git a/ps2d/src/state.rs b/ps2d/src/state.rs index 2496ec2e64..9891cc8e7e 100644 --- a/ps2d/src/state.rs +++ b/ps2d/src/state.rs @@ -46,7 +46,8 @@ impl char> Ps2d { let mut ps2 = Ps2::new(); let extra_packet = ps2.init().expect("ps2d: failed to initialize"); - let vmmouse_relative = true; + // FIXME add an option for orbital to disable this when an app captures the mouse. + let vmmouse_relative = false; let vmmouse = vm::enable(vmmouse_relative); Ps2d {