diff options
Diffstat (limited to 'testobject.h')
-rw-r--r-- | testobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testobject.h b/testobject.h index 1da8987..80882b7 100644 --- a/testobject.h +++ b/testobject.h @@ -24,6 +24,8 @@ public: { cc++; drawText(std::to_string(cc), {2,2}, _COL_RED); + + drawPoint('Q', _pos, true, _COL_YELLOW); } virtual void onChar(unsigned char _c) |