From 6faf4b5f59a3c148a177629d9798c1eb95787a2f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 13 Feb 2003 13:16:58 +0000 Subject: [PATCH] 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 --- docs/latex/wx/window.tex | 3 +++ 1 file changed, 3 insertions(+) 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.} -- 2.45.2