Moves the cursor (hot spot) to the global screen position (x, y).
C++ (Qt)#include <QCursor> int main(int argc, char *argv[]){ QCursor::setPos(0, 0); return 0;}