How to apply drag drop and scale in Android OpenGL ES
问题 I have a problem on dunno how to add touch or long click to manipulate the OpenGL translate and scale parameter? Currently my coding is displaying a texture in the middle of the mobile screen, and I want to drag and scale the texture with finger, So how do I manipulate the OpenGL translate and scale parameter? This is my main class: import android.app.Activity; import android.os.Bundle; import android.view.WindowManager; public class MainActivity extends Activity { private Stage stage;