Home
last modified time | relevance | path

Searched refs:incSongPos (Results 1 – 5 of 5) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_mouse.c422 if (mouse.x <= 111) directionUp ? decSongPos() : incSongPos(); in mouseWheelHandler()
504 directionUp ? decSongPos() : incSongPos(); in mouseWheelHandler()
H A Dft2_replayer.h339 void incSongPos(void);
H A Dft2_keyboard.c1415 incSongPos(); in checkModifiedKeys()
H A Dft2_pattern_ed.c1484 incSongPos(); in pbPosEdPosUp()
H A Dft2_replayer.c3166 void incSongPos(void) in incSongPos() function