INNER CODE UNIT · Rust

print_controls

wkwan/flo · src/camera_controller.rs:36

    pub fn print_controls(self) -> Self {
        println!(
            "
===============================
======= Camera Controls =======
===============================
    {:?} - Forward
    {:?} - Backward
    {:?} - Left
    {:?} - Right
    {:?} - Up
    {:?} - Down
    {:?} - Run
    {:?}/{:?} - EnableMouse
",
            self.key_forward,
            self.key_back,
            self.key_left,

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…