summaryrefslogtreecommitdiffstats
path: root/include/input_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/input_state.h')
-rw-r--r--include/input_state.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/input_state.h b/include/input_state.h
index 52759052..a1f238e1 100644
--- a/include/input_state.h
+++ b/include/input_state.h
@@ -48,11 +48,6 @@ extern struct pointer_state {
48 struct pointer_button_state right; 48 struct pointer_button_state right;
49 struct pointer_button_state scroll; 49 struct pointer_button_state scroll;
50 50
51 // pointer position
52 struct mouse_origin{
53 int x, y;
54 } origin;
55
56 // change in pointer position 51 // change in pointer position
57 struct { 52 struct {
58 int x, y; 53 int x, y;