|
|
|
|
|
by gridlockd
2540 days ago
|
|
A canvas element will get events like any other DOM node. From there on, it's up to you. > I wouldn't even know where to start to allow clicks and such. Figuring that out should be a good exercise, then. Otherwise, you might want to use some library building on top of canvas. |
|