git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51442
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\membersection{::wxSetCursor}\label{wxsetcursor}
-\func{void}{wxSetCursor}{\param{wxCursor *}{cursor}}
+\func{void}{wxSetCursor}{\param{const wxCursor\&}{ cursor}}
+
+Globally sets the cursor; only has an effect on Windows, Mac and GTK+. You should
+call this function with wxNullCursor to restore the system cursor.
-Globally sets the cursor; only has an effect in Windows and GTK.
See also \helpref{wxCursor}{wxcursor}, \helpref{wxWindow::SetCursor}{wxwindowsetcursor}.