aboutsummaryrefslogtreecommitdiff
path: root/src/defs.h
diff options
context:
space:
mode:
authorLeonard Kugis <leonardkugis@gmail.com>2018-01-31 23:23:46 +0100
committerLeonard Kugis <leonardkugis@gmail.com>2018-01-31 23:23:46 +0100
commitf6ecdf87b278d62a7259bca573e81484ad9932f6 (patch)
tree14cdab0d3db74ec437f71ba1c0975d1be8896b87 /src/defs.h
parentcc884ee71f017d9493da22565fc33e6828da123d (diff)
improved controlscl
- hold mouse left to zoom to desired point - hold mouse right to zoom out from that point - press/hold i to increase iterations - press/hold d to decrease iterations - dont press anything to pause
Diffstat (limited to 'src/defs.h')
-rw-r--r--src/defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/defs.h b/src/defs.h
index 493cf0a..fc0c91d 100644
--- a/src/defs.h
+++ b/src/defs.h
@@ -25,9 +25,6 @@
#define MODE_CPU 0
#define MODE_OPENCL 1
-// Available keys
-
-
typedef unsigned char u8;
typedef signed char s8;