Skip to main content

set_position

Function set_position 

Source
pub fn set_position(access: Access<'_>, x: u8, y: u8)
Expand description

Put the window’s top left corner at (x, y) on screen.

An x of 160 or more, or a y of 144 or more, leaves it off screen; hide is the way to say that on purpose.