Function libnotcurses_sys::ffi::ncvisual_rotate [−][src]
pub unsafe extern "C" fn ncvisual_rotate(n: *mut ncvisual, rads: f64) -> c_int
Expand description
Rotate the visual ‘rads’ radians. Only M_PI/2 and -M_PI/2 are supported at the moment, but this will change FIXME.