"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

How to modify the scale of the Model using an event

I can see that the scale of the model is a constant:

" static const float kObjectScale = 3.f; " ( jni/ImageTargets.cpp )

i want to know if it's possible to modify the scale using an event, for example if i touch the screen, the scale of the model will increase.

I hope anyone can help me.