Window.Move (gb.sdl2)
Sub Move ( X As Integer, Y As Integer [ , Width As Integer, Height As Integer ] )
Move and/or resize the window.
  - 
X : the new window left position.
 
  - 
Y : the new window top position.
 
  - 
Width : the new window width.
 
  - 
Height : the new window height.
 
  
If 
Width or 
Height are not specified, the window is just moved.