From: Vadim Zeitlin Date: Thu, 13 Feb 2003 13:16:58 +0000 (+0000) Subject: say that WarpPointer() is not supported under Mac X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6faf4b5f59a3c148a177629d9798c1eb95787a2f?ds=inline say that WarpPointer() is not supported under Mac git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/window.tex b/docs/latex/wx/window.tex index f1e8ad3fce..2df7a84065 100644 --- a/docs/latex/wx/window.tex +++ b/docs/latex/wx/window.tex @@ -2754,6 +2754,9 @@ Returns {\tt false} if any of the validations failed. Moves the pointer to the given position on the window. +{\bf NB: } This function is not supported under Mac because Apple Human +Interface Guidelines forbid moving the mouse cursor programmatically. + \wxheading{Parameters} \docparam{x}{The new x position for the cursor.}