self.touch_switch.draw(self.surf)
touchscreen.draw(
self.surf,
- (self.touch_switch.rect.right + 68, self.touch_switch.rect.centery - 132),
- (12, 12),
+ (self.touch_switch.rect.right + 68, self.touch_switch.rect.centery - 88),
+ (8, 8),
"gray",
)
self.touch_button.draw(self.surf)
self.stylus_switch.draw(self.surf)
stylus.draw(
self.surf,
- (self.stylus_switch.rect.right + 68, self.stylus_switch.rect.centery - 132),
- (12, 12),
+ (self.stylus_switch.rect.right + 68, self.stylus_switch.rect.centery - 88),
+ (8, 8),
"gray",
)
self.stylus_button.draw(self.surf)