Reputation: 4446
I want to draw a circle in android using OpenGL on every mouse button click.
How can i do this?
Upvotes: 1
Views: 690
Reputation: 1785
Start with a triangle. Then try to render a square. Move up to pentagon. Repeat until it looks like a circle.
For catching mouse events you would probably start here.
Upvotes: 2