Home
last modified time | relevance | path

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

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_pushbuttons.h375 bool testPushButtonMouseDown(void);
H A Dft2_sysreqs.c345 if (testPushButtonMouseDown()) continue; in okBox()
585 if (testPushButtonMouseDown()) continue; in inputBox()
H A Dft2_mouse.c705 if (testPushButtonMouseDown()) return; in mouseButtonDownHandler()
H A Dft2_pushbuttons.c555 bool testPushButtonMouseDown(void) in testPushButtonMouseDown() function