Ok, working on a sample, I opened a window, then did the openwindowedscreen commands. Calculated the FPS, and have it loop and display the FPS until I press Escape.
Now, unfortunately, the window cursor turns to "busy" until the program ends. How can I fix this so that I can actually use the mouse on my program?
Busy Mouse Cursor Problem
I think I know what your problem is, add this line of code somewhere in your main loop:
you can then check event againt such events as #PB_event_closewindow.
Hope this helps!!
James
Code: Select all
event = windowevent ()
Hope this helps!!
James