TouchCPLib  1.0.0
A touch-enabled GUI interface based on SDL and libTS. It provides a simple desktop-free UI for your embedded Raspberry projects.
Application Member List

This is the complete list of members for Application, including all inherited members.

Application(int width, int height, SDL_Color bgColor, std::string touchInputDevice, std::string ttyDevice, int FPS_LIMIT)Application
Application(const Application &copy)=deleteApplication
exit()Application
getCurrent()Applicationstatic
getCurrentRenderer()Applicationstatic
getCurrentSceneManager()Applicationstatic
getCurrentWindow()Applicationstatic
getRenderer()Application
getSceneManager()Application
getWindow()Application
isRunning()Application
operator=(const Application &copy)=deleteApplication
run()Application
runOnCurrentMainThread(Task *task)Applicationstatic
runOnCurrentWorkerThread(Task *task)Applicationstatic
runOnMainThread(Task *task)Application
runOnWorkerThread(Task *task)Application
~Application()Application