pub fn set_window_position(
    ctx: &impl Has<GraphicsContext>,
    position: impl Into<Position>
) -> GameResult
👎Deprecated since 0.8.0: Use ctx.gfx.set_window_position instead.
Expand description

Sets the window position.