Home
last modified time | relevance | path

Searched refs:just_clicked (Results 1 – 6 of 6) sorted by relevance

/dports/audio/sweep/sweep-0.9.3/src/
H A Dsample-display.c1735 int just_clicked) in sample_display_handle_sel_motion() argument
1786 if (just_clicked) { in sample_display_handle_sel_motion()
1814 if(sel->sel_start != ss || sel->sel_end != se || just_clicked) { in sample_display_handle_sel_motion()
2007 gboolean just_clicked = TRUE; in sample_display_handle_sel_button_press() local
2032 just_clicked = FALSE; in sample_display_handle_sel_button_press()
2039 just_clicked = FALSE; in sample_display_handle_sel_button_press()
2073 just_clicked = FALSE; in sample_display_handle_sel_button_press()
2096 just_clicked = TRUE; in sample_display_handle_sel_button_press()
2103 sample_display_handle_sel_motion (s, x, y, just_clicked); in sample_display_handle_sel_button_press()
/dports/audio/soundtracker/soundtracker-1.0.2.1/app/
H A Dsample-display.c812 int just_clicked) in sample_display_handle_motion() argument
839 if (just_clicked) { in sample_display_handle_motion()
857 if (just_clicked) { in sample_display_handle_motion()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dchoose.c66 int buf_index, just_clicked, scroll_dir; member
1524 if (pni->just_clicked && pni->marked_index != INVALID &&
1529 pni->just_clicked = TRUE;
H A Dchat.c74 int just_clicked; member
/dports/devel/upp/upp/uppsrc/GridCtrl/
H A DGridCtrl.cpp220 just_clicked = false; in GridCtrl()
1912 if(just_clicked) in MouseMove()
1915 just_clicked = false; in MouseMove()
2203 just_clicked = true; in LeftDown()
H A DGridCtrl.h980 bool just_clicked; variable