Example Usage
const x = alt.getCursorPos(); alt.setInterval(() => { alt.log(JSON.stringify(x)); }, 1000);