IsKeyDown

Inputs Utilities: Keyboard/Mouse/Gamepad the ImGuiKey enum contains all possible keyboard, mouse and gamepad inputs (e.g. ImGuiKey_A, ImGuiKey_MouseLeft, ImGuiKey_GamepadDpadUp...). (legacy: before v1.87, we used ImGuiKey to carry native/user indices as defined by each backends. This was obsoleted in 1.87 (202202) and completely removed in 1.91.5 (202411). See https://github.com/ocornut/imgui/issues/4921) (legacy: any use of ImGuiKey will assert when key < 512 to detect passing legacy native/user indices)

pure @nogc nothrow @trusted
bool
IsKeyDown
(
ImGuiKey key
)

Meta