aboutsummaryrefslogtreecommitdiff
path: root/libs/libgui/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libgui/msg.h')
-rw-r--r--libs/libgui/msg.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libs/libgui/msg.h b/libs/libgui/msg.h
index b29d0c8..4bffb74 100644
--- a/libs/libgui/msg.h
+++ b/libs/libgui/msg.h
@@ -55,9 +55,12 @@ struct message_mouse {
struct message_header header;
u32 id;
vec2 pos;
+ s8 scroll; // Dir: -1 neg, +1 pos
struct {
- u8 click : 1;
- } bits;
+ u8 left : 1;
+ u8 right : 1;
+ u8 middle : 1;
+ } but;
};
enum message_type {