]> git.sesse.net Git - movit/blobdiff - widgets.h
Actually implement multiple inputs to phases. Surprising amounts of stuff needed...
[movit] / widgets.h
index 9ae00cf1494f39b550f2f3a03fe6412da967dff7..d7c3c5e8f27d500ab392dbf02b07b402d0b9e799 100644 (file)
--- a/widgets.h
+++ b/widgets.h
@@ -1,6 +1,8 @@
 #ifndef _WIDGETS_H
 #define _WIDGETS_H 1
 
+// Some simple UI widgets for test use.
+
 void draw_hsv_wheel(float y, float rad, float theta, float value);
 void draw_saturation_bar(float y, float saturation);
 void make_hsv_wheel_texture();