aboutsummaryrefslogtreecommitdiffstats
path: root/src/ginput/ginput_mouse.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-09-16 10:06:59 +1000
committerinmarket <andrewh@inmarket.com.au>2014-09-16 10:06:59 +1000
commit6f8845e86c31fa8f5076950d46d80aae53bef21a (patch)
treee262d204dc39122fe5bbae24f2f32a7ec009bf49 /src/ginput/ginput_mouse.h
parenteaf1909c5601fe510f5a51a6b4aef6c1d82121b4 (diff)
downloaduGFX-6f8845e86c31fa8f5076950d46d80aae53bef21a.tar.gz
uGFX-6f8845e86c31fa8f5076950d46d80aae53bef21a.tar.bz2
uGFX-6f8845e86c31fa8f5076950d46d80aae53bef21a.zip
More mouse updates - not working yet.
Diffstat (limited to 'src/ginput/ginput_mouse.h')
-rw-r--r--src/ginput/ginput_mouse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ginput/ginput_mouse.h b/src/ginput/ginput_mouse.h
index 61ad35e0..6cae66d1 100644
--- a/src/ginput/ginput_mouse.h
+++ b/src/ginput/ginput_mouse.h
@@ -33,7 +33,6 @@
/* This type definition is also used by touch */
typedef struct GEventMouse_t {
GEventType type; // The type of this event (GEVENT_MOUSE or GEVENT_TOUCH)
- uint16_t instance; // The mouse/touch instance
coord_t x, y, z; // The position of the mouse.
// - For touch devices, Z is the current pressure if supported (otherwise 0)
// - For mice, Z is the 3rd dimension if supported (otherwise 0)