]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't document WarpPointer() as not implemented under Mac because it is.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 10 Oct 2009 19:07:59 +0000 (19:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 10 Oct 2009 19:07:59 +0000 (19:07 +0000)
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

interface/wx/window.h

index f0d02c7558e5fea3c3e9a16faa431904589c1c14..44e1aff4e6406f5d59785754b137712cb912733e 100644 (file)
@@ -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.