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
This commit is contained in:
Vadim Zeitlin
2009-10-10 19:07:59 +00:00
parent 3781248c7d
commit 5f2b0d8586

View File

@@ -2811,8 +2811,10 @@ public:
/** /**
Moves the pointer to the given position on the window. Moves the pointer to the given position on the window.
@note This function is not supported under Mac because Apple Human @note Apple Human Interface Guidelines forbid moving the mouse cursor
Interface Guidelines forbid moving the mouse cursor programmatically. 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 @param x
The new x position for the cursor. The new x position for the cursor.