void DrawText(const __FlashStringHelper *text, int x, int y)
Draws PROGMEM string. Input coordinates have to be defined in the window coordinate system...
Definition: DC.h:177
Definition: TextBoxStrTouch.h:4
Base class for window with text content.
Definition: TextBox.h:30
bool IsAwaitTouch()
Returns true if window await touch action (like button) or false if touch manager should ignore this ...
Definition: TextBoxStrTouch.h:12
bool OnTouch(int x, int y)
Touch manager calls this function right after touch is released.
Definition: TextBoxStrTouch.cpp:5
virtual void OnDraw(DC *dc)
Implements drawing code.
Definition: TextBoxStrTouch.h:31
TextBox(int left, int top, int width, int height)
Constructor.
Definition: TextBox.h:45
virtual void NotifyContentChanged(Window *window)=0
Has to be implemented in target class.