![]() | LEGO Mindstorms EV3 |
*/
typedef enum
{
BROWSE_FOLDERS = 0, //!< Browser for folders
BROWSE_FOLDS_FILES = 1, //!< Browser for folders and files
BROWSE_CACHE = 2, //!< Browser for cached / recent files
BROWSE_FILES = 3, //!< Browser for files
BROWSERTYPES //!< Maximum font types supported by the VM
}
BROWSERTYPE;
/*