Home
last modified time | relevance | path

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

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_midi.c388 setScrollBarEnd(SB_MIDI_INPUT_SCROLL, midi.numInputDevices); in rescanMidiInputDevices()
389 setScrollBarPos(SB_MIDI_INPUT_SCROLL, 0, false); in rescanMidiInputDevices()
406 const int32_t deviceEntry = getScrollBarPos(SB_MIDI_INPUT_SCROLL) + i; in drawMidiInputList()
432 scrollBarScrollUp(SB_MIDI_INPUT_SCROLL, 1); in scrollMidiInputDevListUp()
437 scrollBarScrollDown(SB_MIDI_INPUT_SCROLL, 1); in scrollMidiInputDevListDown()
462 const int32_t deviceNum = (int32_t)scrollBars[SB_MIDI_INPUT_SCROLL].pos + ((my - 4) / 11); in testMidiInputDeviceListMouseDown()
H A Dft2_scrollbars.h50 SB_MIDI_INPUT_SCROLL, enumerator
H A Dft2_scrollbars.c700 setScrollBarPageLength(SB_MIDI_INPUT_SCROLL, 15); in initializeScrollBars()
701 setScrollBarEnd(SB_MIDI_INPUT_SCROLL, 1); in initializeScrollBars()
H A Dft2_config.c1377 showScrollBar(SB_MIDI_INPUT_SCROLL); in showConfigScreen()
1488 hideScrollBar(SB_MIDI_INPUT_SCROLL); in hideConfigScreen()