Home
last modified time | relevance | path

Searched refs:GetKeyPressedAmount (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h647 …IMGUI_API int GetKeyPressedAmount(int key_index, float repeat_delay, float rate); // use…
Dimgui.cpp4047 int ImGui::GetKeyPressedAmount(int key_index, float repeat_delay, float repeat_rate) in GetKeyPressedAmount() function in ImGui
4067 return GetKeyPressedAmount(user_key_index, g.IO.KeyRepeatDelay, g.IO.KeyRepeatRate) > 0; in IsKeyPressed()