By YellowAfterlife
tried to compile, all i get is
Script: window_set_cursor_impl at line 2 : unexpected symbol "," in expression
Script: window_set_cursor_impl at line 2 : malformed assignment
thank you!
Hello, that sounds like you have a resource/macro named like one of the following:
_hwnd, _rgba, _dw, _l, _t, _w, _h, _cx, _cy
Try it on a blank project, but also be aware of this if using 2023.11 IDE
oh, yeah, i had _cx and _cy and cursor position variables, renamed them and it works! thanks!