I am trying to do some interactive 2D shapes, like buttons that change color for example, in EJS.
I am having a problem with making them "clickable". If I choose the 2DShape to not be dragable, the object I make cannot be made clickable, so I can't execute functions when the user clicks on it.
The only way I have found to make them clickable is to make them dragable in either direction. If I choose "Dragable: ENABLED_NONE" they become not clickable.
Is there a way to make them clickable but not dragable?