MO_modeDialog Function (ROM Call 0xDD)

events.h

void MO_modeDialog (void);

Executes "MODE" dialog.

MO_modeDialog opens the "MODE" dialog, and allows the user to set mode options. If the user pressed ENTER key, MO_digestOptions will be called to "digest" new settings to TIOS. If the user pressed ESC key, nothing will happen. In each case, the dialog will be removed from the screen after pressing ENTER or ESC.


Uses: MO_currentOptions, MO_digestOptions, MO_option, HeapDeref, HeapFree, HeapFreeIndir, Dialog, ER_catch, ER_success, memset, MenuAddText, PopupNew, VarCreateFolderPopup, strcat, EV_currentApp, EV_errorCode, OO_firstACB, OO_GetAppAttr, OO_NextACB, ROM Call 0x486
Used by: EV_defaultHandler