window->FocusIdxTabRequestNext=window->FocusIdxTabCounter+(g.IO.KeyShift?(allow_keyboard_focus?-1:0):+1);// Modulo on index will be applied at the end of frame once we've got the total counter of items.
window->FocusIdxTabRequestNext=window->FocusIdxTabCounter+(g.IO.KeyShift?(allow_keyboard_focus?-1:0):+1);// Modulo on index will be applied at the end of frame once we've got the total counter of items.