mirror of
https://github.com/digarok/gsplus.git
synced 2024-11-28 04:49:18 +00:00
remove middle click debug halt
This commit is contained in:
parent
6018699377
commit
3051175c66
@ -1232,7 +1232,8 @@ update_mouse(int x, int y, int button_states, int buttons_valid)
|
||||
if((button_states & 2) && !(g_mouse_fifo[0].buttons & 2) &&
|
||||
(buttons_valid & 2)) {
|
||||
/* middle button pressed */
|
||||
halt2_printf("Middle button pressed\n");
|
||||
adb_increment_speed();
|
||||
//halt2_printf("Middle button pressed\n");
|
||||
}
|
||||
|
||||
pos = g_mouse_fifo_pos;
|
||||
|
Loading…
Reference in New Issue
Block a user