Function: makeClickable()
makeClickable(
mobject,scene,options):Clickable
Defined in: interaction/Clickable.ts:216
Factory function to make a mobject clickable.
Parameters
mobject
The mobject to make clickable
scene
The scene containing the mobject
options
Clickable configuration options
Returns
A new Clickable instance