Home
last modified time | relevance | path

Searched refs:mouseyy (Results 1 – 16 of 16) sorted by relevance

/dports/audio/din/din-52/src/
H A Dmouse_slider.cc46 int py = mouseyy - sz_2; in update_x_arrows()
53 ayb.set_pos (px, mouseyy - szn_1); in update_y_arrows()
54 ayt.set_pos (px, mouseyy + szn); in update_y_arrows()
68 pts[2]=mousex; pts[3]=mouseyy; in draw()
180 inity = prevy = mouseyy; in handle_input()
206 dy = mouseyy - prevy; in handle_input()
220 prevy = mouseyy; in handle_input()
249 prevy = mouseyy; in activate()
251 inity = mouseyy; in activate()
H A Dgravity.cc19 extern int mousex, mouseyy;
81 if (hit (tip, mousex, mouseyy)) { in handle_input()
85 if (hit (base, mousex, mouseyy)) { in handle_input()
98 set (tip, mousex, mouseyy); in handle_input()
100 set (tip, mousex + base2tip.x, mouseyy + base2tip.y, 0); in handle_input()
101 set (base, mousex, mouseyy, 0); in handle_input()
276 if (cb.state) din0.dinfo.gravity.track (mousex, mouseyy); in CLICKED_CHECKBUTTON()
H A Dwidget.cc22 extern int mousex, mouseyy;
56 if (inbox (extents, mousex, mouseyy)) hover = 1; else hover = 0; in handle_input()
183 prevy = mouseyy; in handle_input()
190 int dx = mousex - prevx, dy = mouseyy - prevy; in handle_input()
197 prevx = mousex; prevy = mouseyy; in handle_input()
H A Dcurve_picker.cc18 extern int mousex, mousey, mouseyy;
74 title.move (mousex - cx, mouseyy - cy); // move picker to mouse loc in show()
H A Ditem_list.cc17 extern int mousex, mouseyy;
128 int m = (mouseyy - extents.bottom) / line_height; in handle_input()
H A Dbox_selector.h16 extern int mousex, mouseyy;
H A Dfield.cc24 extern int mousex, mouseyy;
37 if (hittest (mousex, mouseyy)) { in handle_input()
H A Dinput.h122 extern int mousex, mousey, mouseyy;
H A Dbit_display.cc53 extern int mousex, mouseyy;
H A Doscilloscope.cc24 extern int mousex, mouseyy;
140 int y = mouseyy; in handle_input()
H A Dwidget.h30 extern int mousex, mouseyy;
H A Dkeyboard_keyboard.cc23 extern int mousex, mousey, mouseyy;
264 last_trig_y = mouseyy; in attack_note()
H A Dlevels.cc21 extern int mousex, mousey, wheel, mouseyy, prev_mousey;
261 hgt = mouseyy - extents.bottom; in calc_hgt_val()
H A Dmain.cc128 int mousex = 0, mousey = 0, mouseyy = 0; // absolute mouse x, y & main viewport y variable
1247 mouseyy = view.ymax - mousey; in read_input()
1819 mouseyy = view.ymax - y; in warp_mouse()
H A Dui.cc40 extern int mousex, mousey, mouseyy;
H A Ddin.cc37 extern int mousex, mousey, mouseyy; // mouse pos
2556 win_mousey = win.bottom + mouseyy; in enter()
2566 win_mousey = win.bottom + mouseyy; in window_resized()
3787 if (delta_mousex || delta_mousey || grav.forcetrack) grav.track (mousex, mouseyy); in evalgravity()