akshay2211 / DrawBox

DrawBox is a multi-purpose tool to draw anything on canvas, written completely on jetpack compose.
https://ak1.io/DrawBox/
Apache License 2.0
296 stars 40 forks source link

Draw dots #42

Closed JanimeSenpai closed 1 year ago

JanimeSenpai commented 1 year ago

DrawBox is only handling DragGestures, which means that we cannot draw dots. In order to fix it, I implemented detectTapGestures() for watching when the user taps the screen.