moveTo

fun Window.moveTo(x: Number, y: Number)

Move Window to specified location.


inline fun Window.moveTo(event: ContextMenuEvent)

Move Window to specified location using ContextMenuEvent.


inline fun Window.moveTo(event: DragEvent)

Move Window to specified location using DragEvent.


inline fun Window.moveTo(event: GestureEvent)

Move Window to specified location using GestureEvent.


inline fun Window.moveTo(event: MouseEvent)

Move Window to specified location using MouseEvent.


inline fun Window.moveTo(event: TouchPoint)

Move Window to specified location using TouchPoint.