gopxl / pixel

A hand-crafted 2D game library in Go.
MIT License
244 stars 10 forks source link

Full screen to cover the top bar on mac? #46

Open duysqubix opened 1 year ago

duysqubix commented 1 year ago

I am making a program that can draw squares over other applications like this

https://i.gyazo.com/1c6dc75ce135d6ffb3a64242a2065c5a.gif

But I can't seem to draw on top of the top bar on mac, is there a setting that allows this?

My full code can be found here: https://github.com/markustenghamn/mousedraw

Original issue: https://github.com/faiface/pixel/issues/267