Re: Demo - Cubes
Posted: Tue Oct 31, 2023 1:46 pm
Just tested on OS X and it work only if add a threshold for the font picking, as there is a lot of anti-aliasing on the font (so it's rarely 0)
You should also use WindowWidth()/Height() instead of DesktopWidth/Height
(you also need to remove the BorderLess flag on OSX or the window doesn't maximize, will be fixed for next release)
Code: Select all
If Point(x, y) < $CCCCCCCode: Select all
OpenWindowedScreen(WindowID(0), 10,10, WindowWidth(0)-20, WindowHeight(0)-20, #True, 0, 0)(you also need to remove the BorderLess flag on OSX or the window doesn't maximize, will be fixed for next release)