Function ctru_sys::CAMU_FlipImage

source ·
pub unsafe extern "C" fn CAMU_FlipImage(
    select: u32_,
    flip: CAMU_Flip,
    context: CAMU_Context
) -> Result
Expand description

Flips the image of the specified camera in the specified context.

§Arguments

  • select - Camera to use.
  • flip - Flip mode to use.
  • context - Context to use.