aboutsummaryrefslogtreecommitdiffstats
path: root/src/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memory.h')
-rw-r--r--src/memory.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/memory.h b/src/memory.h
index 3b947b9..5e8a31c 100644
--- a/src/memory.h
+++ b/src/memory.h
@@ -25,10 +25,13 @@
#include "mtstate.h"
struct Memory {
- unsigned btdata, pointing;
+ unsigned btdata, pointing, moving;
int npoint, ybar;
mstime_t move_time;
- int move_x, move_y;
+ int dx[DIM_FINGER], dy[DIM_FINGER], nmove;
+
+
+
};
void init_memory(struct Memory *mem);