aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/mandel.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/inc/mandel.h b/inc/mandel.h
index a98e007..1496aa0 100644
--- a/inc/mandel.h
+++ b/inc/mandel.h
@@ -13,6 +13,20 @@
error_check_sdl(#x, __FILE__, __LINE__); \
} while (0)
+enum
+{
+ KEY_UP = 0,
+ KEY_DOWN,
+ KEY_RIGHT,
+ KEY_LEFT,
+
+ KEY_INC_ITERATIONS,
+ KEY_DEC_ITERATIONS,
+
+ KEY_ZOOM_IN,
+ KEY_ZOOM_OUT,
+};
+
typedef union
{
uint32_t data;