Code: Select all
OpenWindow(0, 0, 0, 800, 600, "4th Breakout", WindowFlags)
Thanks!
Code: Select all
OpenWindow(0, 0, 0, 800, 600, "4th Breakout", WindowFlags)
Code: Select all
WindowFlags = #PB_Window_BorderLess
OpenWindow(0, 0, 0, 800, 600, "4th Breakout", WindowFlags)
WID = WindowID(0)
! $(v_wid.window).draggable();