Originally Posted By: EvilSOB
Educated guess here,

But try putting this line somewhere that gets executed once a frame...
Code:
vec_set(mouse_pos, mouse_cursor);


Note: Both mouse_pos and mouse_cursor are system variables,
so put the line in EXACTLY as is.

Let us know how you go...



That did it, works perfectly fine now. Thanks a bunch!