This is what I try:
Code: Select all
OpenWindow(0, 0, 0, 640, 480, "Lost Labyrinth",#PB_Window_SizeGadget|#PB_Window_MaximizeGadget|#PB_Window_MinimizeGadget|#PB_Window_ScreenCentered|#PB_Screen_SmartSynchronization)What do I have to do that it just opens a window that I can drag around and not captures the mouse.
All this was working fine in pb 4.20!
This is how we did in in 4.20:
Code: Select all
OpenWindowedScreen(0, 0, 0, 640, 480, 1, 0, 0)