Searched refs:mousecap (Results 1 – 4 of 4) sorted by relevance
38 extern int mousecap;452 return ((mousecap == OPT_ONPLUS) ? A_B_MOUSE : A_F_MOUSE); in mouse_wheel_down()461 return ((mousecap == OPT_ONPLUS) ? A_F_MOUSE : A_B_MOUSE); in mouse_wheel_up()
59 public int mousecap; /* Allow mouse for scrolling */ variable502 TRIPLE, OPT_OFF, &mousecap, opt_mousecap,
55 extern int mousecap;879 if (mousecap == OPT_OFF)
276 extern int mousecap;1718 if (mousecap) in init()1742 if (mousecap) in init()1765 if (mousecap) in deinit()1779 if (mousecap) in deinit()2835 if (mousecap && ip.EventType == MOUSE_EVENT && in win32_kbhit()