From: Vadim Zeitlin Date: Sat, 10 Oct 2009 19:07:59 +0000 (+0000) Subject: Don't document WarpPointer() as not implemented under Mac because it is. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/5f2b0d8586a40d799fcdd7a27bac652bde6f7a2b Don't document WarpPointer() as not implemented under Mac because it is. 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 --- diff --git a/interface/wx/window.h b/interface/wx/window.h index f0d02c7558..44e1aff4e6 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -2811,8 +2811,10 @@ public: /** 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.