Skip to content
Snippets Groups Projects
Commit 12a3f1bb authored by deuce's avatar deuce
Browse files

We corrently don't use the scrollwheel in term.c... no need to enable the

events.
parent 1f08f434
No related branches found
No related tags found
No related merge requests found
......@@ -138,8 +138,6 @@ void setup_mouse_events(struct mouse_state *ms)
ciomouse_addevent(CIOLIB_BUTTON_1_DRAG_END);
ciomouse_addevent(CIOLIB_BUTTON_2_CLICK);
ciomouse_addevent(CIOLIB_BUTTON_3_CLICK);
ciomouse_addevent(CIOLIB_BUTTON_4_PRESS);
ciomouse_addevent(CIOLIB_BUTTON_5_PRESS);
}
#if defined(__BORLANDC__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment