Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TouchScreenGUIDemo
SimpleGUI.h
- Committer:
- duncanFrance
- Date:
- 2016-05-28
- Revision:
- 18:d849f3ada858
- Parent:
- 12:63db16fea709
File content as of revision 18:d849f3ada858:
#ifndef SIMPLEGUI_H #define SIMPLEGUI_H /** * Just include all the other parts of the framework **/ #include "Events/EventDispatcher.h" #include "Events/EventSource.h" #include "Font/Font.h" #include "Font/UGFont/UGFontRenderer.h" #include "Font/FastFont/FastFontRenderer.h" #include "Widgets/TextWidget.h" #include "Widgets/BitmapWidget.h" #include "Widgets/ContainerWidget.h" #include "Widgets/SpinnerWidget.h" #include "GUI.h" #include "GraphicsContext.h" #endif