Skip to content

Documentation / imgui / ImGui / IsKeyPressed

Function: IsKeyPressed()

IsKeyPressed(user_key_index, repeat?): boolean

Defined in: libs/imgui/src/imgui.ts:7123

Parameters

user_key_index

number

repeat?

boolean = true

Returns

boolean

Released under the MIT License.