I've been working on my entry for Qube's competition, and to get access to some MaxGUI commands I added "Import MaxGui.Drivers" to my program.
However, just adding that to my program has made KeyHit/KeyDown stop working, except for the few times it randomly does work.
The command I'm trying to use is ClientWidth(Desktop()), and ClientHeight(Desktop()).
Does anyone know how to fix this, or a alternative way to get the screen width and height?
Thanks!