I'm currently trying to figure out if a mouse button is held down, but I'd rather not have to rely on setting booleans on the MouseEvents Pressed and Released, as that can cause problems if you alt-tab out of the program. Is there a way to poll the status of the mouse buttons directly as there is with the mouse position?
Also, same question but with modifier keys (shift, ctrl, etc)?
