Still recommend to avoid using it though.
Closes #11307.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62363
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/**
Moves the pointer to the given position on the window.
- @note This function is not supported under Mac because Apple Human
- Interface Guidelines forbid moving the mouse cursor programmatically.
+ @note Apple Human Interface Guidelines forbid moving the mouse cursor
+ programmatically so you should avoid using this function in Mac
+ applications (and probably avoid using it under the other
+ platforms without good reason as well).
@param x
The new x position for the cursor.