With lite-c it's very easy without any dll:

add
#include <windows.h>;

and just use the API function:
SetCursorPos(5,5);

have fun, mercuryus