Searched refs:GetKeyPressedAmount (Results 1 – 2 of 2) sorted by relevance
647 …IMGUI_API int GetKeyPressedAmount(int key_index, float repeat_delay, float rate); // use…
4047 int ImGui::GetKeyPressedAmount(int key_index, float repeat_delay, float repeat_rate) in GetKeyPressedAmount() function in ImGui4067 return GetKeyPressedAmount(user_key_index, g.IO.KeyRepeatDelay, g.IO.KeyRepeatRate) > 0; in IsKeyPressed()