Searched refs:IDC_PLAYERCOMBO (Results 1 – 3 of 3) sorted by relevance
/reactos/dll/directx/wine/dinput/ |
H A D | resource.h | 31 #define IDC_PLAYERCOMBO 26 macro
|
H A D | config.c | 200 int player_sel = SendDlgItemMessageW(dialog, IDC_PLAYERCOMBO, CB_GETCURSEL, 0, 0); in get_cur_lpdiaf() 227 SendDlgItemMessageW(dialog, IDC_PLAYERCOMBO, CB_ADDSTRING, 0, (LPARAM) data->usernames[i]); in init_devices() 419 SendDlgItemMessageW(dialog, IDC_PLAYERCOMBO, CB_SETCURSEL, 0, 0); in ConfigureDevicesDlgProc() 461 case IDC_PLAYERCOMBO: in ConfigureDevicesDlgProc()
|
H A D | dinput.rc | 41 COMBOBOX IDC_PLAYERCOMBO, 10, 50, 90, 60, CBS_DROPDOWNLIST | CBS_HASSTRINGS
|