GetKeyName
Definition
-- @/=[C]:-1
function GetKeyName(...)
Callers
@/lua/common/extensions/ui/imgui_gen_luaintf.lua
function M.GetKeyPressedAmount(ImGuiKey_key, float_repeat_delay, float_rate) return imgui.GetKeyPressedAmount(ImGuiKey_key, float_repeat_delay, float_rate) end
function M.GetKeyName(ImGuiKey_key) return imgui.GetKeyName(ImGuiKey_key) end
function M.SetNextFrameWantCaptureKeyboard(bool_want_capture_keyboard) imgui.SetNextFrameWantCaptureKeyboard(bool_want_capture_keyboard) end
function M.GetKeyPressedAmount(ImGuiKey_key, float_repeat_delay, float_rate) return imgui.GetKeyPressedAmount(ImGuiKey_key, float_repeat_delay, float_rate) end
function M.GetKeyName(ImGuiKey_key) return imgui.GetKeyName(ImGuiKey_key) end
function M.SetNextFrameWantCaptureKeyboard(bool_want_capture_keyboard) imgui.SetNextFrameWantCaptureKeyboard(bool_want_capture_keyboard) end