Skip to content

Documentation / imgui / imGuiWantCaptureKeyboard

Function: imGuiWantCaptureKeyboard()

imGuiWantCaptureKeyboard(capture): void

Defined in: libs/imgui/src/index.ts:158

Manual set keyboard capture

Parameters

capture

boolean

Whether keyboard should be captured by ImGUI

Returns

void

Released under the MIT License.