www.gusucode.com > mbcguitools 工具箱 matlab 源码程序 > mbcguitools/+mbcgui/@Application/resetPointer.m

    function resetPointer(obj)
%RESETPOINTER Reset mouse pointer.
%
%   resetPointer(OBJ) removes all mouse pointer changes and reverts the
%   pointer to an arrow.
%
%   See also setPointer, removePointer.

%   Copyright 2008-2010 The MathWorks, Inc.

obj.PointerRepo.stackClearAndReset(obj.Figure);