geos-atari
geos-atari copied to clipboard
Mouse pointer priority
Can mouse cursor have absolute priority to be over any other graphics? Right now there is color mixing going on, so mouse pointer appears as if it was under the graphics.
Not in Graphics 8 (320x192 ... or 320x200 in GEOS). The mouse curser always mixes with COLOR 1.
In BOSS I just make the default color the same luma as the foreground-color, but I pick another chroma. This makes it at least look like floating over the image. Blue chroma is the brightest color compared to black.
That's a neat trick, I need to test it