Discuss wxPython
Snap Mouse Cursor to Default Button
wxPython Users
jmf1
November 3, 2005, 9:22pm
1
Once you know, the button position,
wxWindow::WarpPointer(int x, int y) should do
the job.
jmf