igGetKeyIndex function

int igGetKeyIndex(
  1. int imgui_key
)
int igGetKeyIndex(
 ImGuiKey imgui_key
);

Implementation

int igGetKeyIndex(int imgui_key) => _igGetKeyIndex(imgui_key);