Revision Difference
Panel:SetCursor#517749
<function name="SetCursor" parent="Panel" type="classfunc">
<description>Sets the appearance of the cursor.</description>
<realm>Client</realm>
<args>
<arg name="cursor" type="string">The cursor to be set. Can be one of the following:

* arrow
* beam
* hourglass
* waitarrow
* crosshair
* up
* sizenwse
* sizenesw
* sizewe
* sizens
* sizeall
* no
* hand
* blank

Set to anything else to set it to "none", the default fallback. Do note that a value of "none" does not, as one might assume, result in no cursor being drawn - hiding the cursor requires a value of "blank" instead.</arg>⤶
<arg name="cursor" type="string">The cursor to be set. Can be one of the following:⤶
⤶
* arrow⤶
* beam⤶
* hourglass⤶
* waitarrow⤶
* crosshair⤶
* up⤶
* sizenwse⤶
* sizenesw⤶
* sizewe⤶
* sizens⤶
* sizeall⤶
* no⤶
* hand⤶
* blank⤶
⤶
Set to anything else to set it to "none", the default fallback. Do note that a value of "none" does not, as one might assume, result in no cursor being drawn - hiding the cursor requires a value of "blank" instead.</arg>⤶
</args>
</function>