Reformatted InfiniPaint again

This commit is contained in:
Avamander 2020-10-09 11:35:32 +03:00
parent 1c645b776a
commit fd110dabe8
2 changed files with 23 additions and 19 deletions

View file

@ -15,11 +15,15 @@ namespace Pinetime {
class InfiniPaint : public Screen {
public:
InfiniPaint(DisplayApp* app, Pinetime::Components::LittleVgl& lvgl);
~InfiniPaint() override;
bool Refresh() override;
bool OnButtonPushed() override;
bool OnTouchEvent(TouchEvents event) override;
bool OnTouchEvent(uint16_t x, uint16_t y) override;
private: