Good evening.
I apologize for my English language.
I'm writing a c ++ program for Linux and using the gykmm library. My program has a window occupying the left half of the screen, while in the right one will turn Firefox with a particular page of a site. I need to place the mouse cursor on a particular location and then simulate the click. I clicked the simulation of the click with the 'system (' xdotool click 1 ')' statement, but how can I place the mouse in the place I'm interested in? With the Qt library I saw I would have the QCursor method, but I could not find a corresponding method to use gtkmm. Give me a hand please? Many thanks.