Searched refs:pen_copy (Results 1 – 1 of 1) sorted by relevance
988 pen_copy = copy.copy(pen)994 if pen_copy.xtilt != 0:995 pen_copy.x += round(hx * math.sin(math.radians(pen_copy.xtilt)))996 if pen_copy.ytilt != 0:997 pen_copy.y += round(hy * math.sin(math.radians(pen_copy.ytilt)))999 return super().event(pen_copy, test_button)