PDA

View Full Version : set mouse pos



mickey
25th April 2006, 23:36
HI,
I'm looking for a way to change my mouse position (the pointer) when a click occurs; ie if if click in a QPoint, i need to change its position to curClicked += QPoint(-2,0)
Is there s way? Thanks

wysota
25th April 2006, 23:50
QCursor::setPos() I guess...