Is there Linux functions equivalent to Windows functions
mouse_event(MOUSEEVENTF_LEFTDOWN,0,0,0,0);
mouse_event(MOUSEEVENTF_LEFTUP,0,0,0,0);
SetCursorPos(x,y);
Specifically Ubuntu, GNOME. I tried to search on google, but did not find anything useful.