ResetCursorToDefault() restores the control's cursor to its configured default. This is mainly used on controls like knobs that have special cursor control while they are being manipulated. Definition at line 828 of file CATControl.cpp. References CATCURSOR_ARROW, CATCURSOR_HAND, CATCURSOR_LEFTRIGHT, CATCURSOR_MOVE, CATCURSOR_NOACTION, CATCURSOR_SIZE, CATCURSOR_TEXT, CATCURSOR_TOPBOTTOM, CATCURSOR_WAIT, CATString::Compare(), fCursor, CATXMLObject::GetAttribute(), and CATCursor::SetType(). Referenced by CATKnob::TrackMouseMove(), and CATKnob::TrackMouseRelease().
|