diff options
Diffstat (limited to 'inc/mandel.h')
| -rw-r--r-- | inc/mandel.h | 14 |
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; |
