| 1357 | |
| 1358 | ImGuiKeyRoutingTable() { Clear(); } |
| 1359 | void Clear() { for (int n = 0; n < IM_ARRAYSIZE(Index); n++) Index[n] = -1; Entries.clear(); EntriesNext.clear(); } |
| 1360 | }; |
| 1361 | |
| 1362 | // This extends ImGuiKeyData but only for named keys (legacy keys don't support the new features) |