Here are some functions for Free flight camera movement for keyboard and touch.
These functions use wrap angle and curve angle functions that I copied from the DBPro source which are
not in AGK. I have attached 2 files, Utilities.agc which has the curve and wrap functions plus a few others.
Camera.agc has the camera functions. Just add them to your project and include Camera.agc in the main file.
Then call these 2 functions in the loop.
FreeFlightCameraUsingMouseAndArrowKeys( 1, 6.0 )
FreeFlightCameraUsingTouch( 1, 6.0 )
The coffee is lovely dark and deep,and I have code to write before I sleep.