Wrapper classes for the emwin library
Dependents: app_emwin1 app_emwin2_pos lpc4088_ebb_gui_emwin
Revision 1:0b16165ada7c, committed 2014-04-14
- Comitter:
- embeddedartists
- Date:
- Mon Apr 14 08:38:33 2014 +0000
- Parent:
- 0:316c181e9b65
- Commit message:
- Initialize uninitialized touchState in EwGui
Changed in this revision
EwGui.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 316c181e9b65 -r 0b16165ada7c EwGui.cpp --- a/EwGui.cpp Mon Dec 16 07:03:22 2013 +0000 +++ b/EwGui.cpp Mon Apr 14 08:38:33 2014 +0000 @@ -12,7 +12,8 @@ _touchX = 0; _touchY = 0; - + + memset(&_touchState, 0, sizeof(GUI_PID_STATE)); } void EwGui::exec() {