1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 08:38:39 +02:00
2015-04-07 22:10:17 -05:00

7 lines
133 B
C

// slider.h -- simple slider input
#define NUMSLIDERS 9
extern HWND sliders[NUMSLIDERS];
void set_slider_pos(HWND hwnd, int ival);