Identifying controls in an IMGUI In an IMGUI we need a way to identify which control is active or hot. For example, when we press a key, which text box does the text go to. Possible options: Sequential number (Unity) Each control drawn gets a sequentially increasing number.