//! The camera controller composition for apps with one controller mode:
//! the active camera's component set picks the controller each frame.
use crate;
/// Drives the active camera every frame: pan-orbit when it carries
/// `PAN_ORBIT_CAMERA`, the fly controller otherwise. Games that switch
/// controllers on their own state, or drive first- or third-person
/// cameras, skip the plugin and call the per-controller systems from
/// their update systems instead.
;