setPrimaryScreen

suspend fun setPrimaryScreen(args: Emulation.SetPrimaryScreenParameter, mode: CommandMode = CommandMode.DEFAULT)

Set primary screen. Only supported in headless mode. Note that this changes the coordinate system origin to the top-left of the new primary screen, updating the bounds and work areas of all existing screens accordingly.


suspend fun setPrimaryScreen(screenId: String)

Set primary screen. Only supported in headless mode. Note that this changes the coordinate system origin to the top-left of the new primary screen, updating the bounds and work areas of all existing screens accordingly.

Parameters

screenId

No description