Home
last modified time | relevance | path

Searched refs:base_drag_y (Results 1 – 4 of 4) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/ui/
H A Dgadget.cpp269 base_drag_x = base_drag_y = 0; in base_create()
521 base_drag_y = ui_mouse.y; in check_move()
529 drag_with_children(ui_mouse.x - base_drag_x,ui_mouse.y - base_drag_y); in check_move()
530 …"UI: X=%d, Y=%d, Delta=(%d,%d)\n", x, y, (ui_mouse.x - base_drag_x), (ui_mouse.y - base_drag_y) )); in check_move()
H A Dui.h86 int base_drag_x, base_drag_y; variable
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/ui/
H A Dgadget.cpp259 base_drag_x = base_drag_y = 0; in base_create()
511 base_drag_y = ui_mouse.y; in check_move()
519 drag_with_children(ui_mouse.x - base_drag_x,ui_mouse.y - base_drag_y); in check_move()
520 …"UI: X=%d, Y=%d, Delta=(%d,%d)\n", x, y, (ui_mouse.x - base_drag_x), (ui_mouse.y - base_drag_y) )); in check_move()
H A Dui.h84 int base_drag_x, base_drag_y; variable