Hallo. i have a problem dude. im following tutorial on youtube "how to make 3d game with q3d plugin" but they use mouse to control the camera and use the MouseLock plugin. and its not work on android. how can i change the mouse movement camera to sweeping touch movement camera?
This is the event sheet for camera control with mouse.
Q3D: Rotation from eular angles ->
X = clamp(Q3DMaster.camRotX+MouseLock.RawY*mousespeed*-1,180,360)
Y = Q3DMaster.camRotY
Z = Q3DMaster.camRotZ+MouseLock.RawX*mousespeed
Please help me