Document what wxWindow::WarpPointer() doesn't work with Wayland

There is nothing we can do about it, but we can at least document it.

See #23778.
This commit is contained in:
Vadim Zeitlin 2023-08-30 15:17:50 +02:00
parent 00366cbaae
commit 7f1e2de126

View file

@ -3773,6 +3773,9 @@ public:
applications (and probably avoid using it under the other
platforms without good reason as well).
@note This function does nothing when using wxGTK with Wayland because
Wayland intentionally doesn't provide the required functionality.
@param x
The new x position for the cursor.
@param y