Index: camera.h
===================================================================
--- camera.h	(revision 1105)
+++ camera.h	(revision 1106)
@@ -277,6 +277,12 @@
 when called after a direct viewport.
 **/
 
+__rayapi signed char raydium_viewport_direct_is_mouse_in(void);
+/**
+Reports true (##1##) if mouse in in the current direct viewport.
+Useful to detect if the user clicked the viewport, for instance.
+**/
+
 __rayapi void raydium_camera_freemove(int move);
 /**
 This function is a fast & easy way to create a working camera that can move
/primary" internal array of Raydium, use ##NULL##.
+
+##data## is a GLfloat array of ##RAYDIUM_CAMERA_SMOOTH_DATA_SIZE## elements.
+**/
+
+__rayapi void raydium_camera_smooth_data_init(GLfloat *data);
+/**
+This function will initialize a custom smooth camera array.
+See ##raydium_camera_smooth_data_set()## above for more informations.
+**/
+
 __rayapi void raydium_camera_path_init (int p);
 /**
 Internal use.