pub fn set_scissor(x: u16, y: u16, width: u16, height: u16) -> u16
Expand description
  • x: Position x from the left corner of the window.
  • y: Position y from the top corner of the window.
  • width: Width of view scissor region.
  • height: Height of view scissor region.