Skip to content

Commit 45c91a5

Browse files
authored
I abbreviated button to butt XD
1 parent 1a663fe commit 45c91a5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/devices/mouse/mouse.c

+3
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,7 @@ void mouse_driver(){
88
void init_mouse(){
99
int x_mouse_pos;
1010
int y_mouse_pos;
11+
int left_butt_pressed = 0; // I did that on purpose xD
12+
int middle_butt_pressed = 0;
13+
int right_butt_pressed = 0;
1114
}

0 commit comments

Comments
 (0)