Function consoleSetWindow

Source
pub unsafe extern "C" fn consoleSetWindow(
    console: *mut PrintConsole,
    x: c_int,
    y: c_int,
    width: c_int,
    height: c_int,
)
Expand description

Sets the print window.

ยงArguments

  • console - Console to set, if NULL it will set the current console window.
  • x - X location of the window.
  • y - Y location of the window.
  • width - Width of the window.
  • height - Height of the window.