Lines Matching refs:start
195 // Feed inputs to dear imgui, start new frame
3155 // Click to focus window and start moving (after we're done with all our widgets)
3946 int start = (int)((unclipped_rect.Min.y - pos.y) / items_height);
3951 start--;
3955 start = ImClamp(start, 0, items_count);
3956 end = ImClamp(end + 1, start, items_count);
3957 *out_items_display_start = start;
5358 // Apply focus (we need to call FocusWindow() AFTER setting DC.CursorStartPos so our initial navigation reference rectangle can start around there)
8603 // Use 'cond' to choose to submit payload on drag start or every frame