Link Search Menu Expand Document

DisplayObject.ResetCursor Method

Explanation Returns the mouse cursor changed by the SetCursor method to the standard.

Mobile version , Android version
Cancels the wait cursor display.
Unlike the PC version, it does not distinguish between objects.

Added since Ver.4.1.0, Mobile Ver.3.0.0, AI Ver.1.0.1

Call format obj.ResetCursor( )
Return value None
Arguments None
Exception PKG-57 Cannot setCursor or ResetCursor on array definition
Example of use
function OnTouch(e) {
    //.SetCursor("wait.cur");
    :
    //.ResetCursor();
}
    
Related item SetCursor method