skip apple pencil first n samples to overcome the initial pressure spike

This commit is contained in:
2018-10-24 13:10:23 +02:00
parent 73228a4bf1
commit 46a4b217bf
5 changed files with 16 additions and 11 deletions

View File

@@ -38,7 +38,7 @@ public:
class CanvasModePen : public CanvasMode
{
bool m_touching = true;
bool m_draw_tip = false;
bool m_dragging = false;
glm::vec2 m_pan_start;
glm::vec2 m_cur_pos;