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:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user