Home
last modified time | relevance | path

Searched refs:leftLoopPinMoving (Results 1 – 7 of 7) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_structs.h57 bool leftLoopPinMoving, rightLoopPinMoving; member
H A Dft2_mouse.c559 if (ui.leftLoopPinMoving) in mouseButtonUpHandler()
562 ui.leftLoopPinMoving = false; in mouseButtonUpHandler()
H A Dft2_gui.c40 ui.leftLoopPinMoving = false; in releaseMouseStates()
52 if (ui.leftLoopPinMoving) in unstuckLastUsedGUIElement()
55 ui.leftLoopPinMoving = false; in unstuckLastUsedGUIElement()
H A Dft2_sample_ed.c3330 ui.leftLoopPinMoving = false; in handleSampleDataMouseDown()
3354 ui.leftLoopPinMoving = true; in handleSampleDataMouseDown()
3401 if (ui.leftLoopPinMoving) in handleSampleDataMouseDown()
/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_structs.h210 bool leftLoopPinMoving, rightLoopPinMoving, changingSmpResample, changingDrumPadNote;
H A Dpt2_sampler.c2333 ui.leftLoopPinMoving = true;
2342 ui.leftLoopPinMoving = false;
2354 if (ui.leftLoopPinMoving)
H A Dpt2_mouse.c351 ui.leftLoopPinMoving = false; in mouseButtonUpHandler()