Searched refs:IsKeyReleased (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h646 IMGUI_API bool IsKeyReleased(int user_key_index); // was key released (went from Down to !Down)..
H A Dimgui_demo.cpp2489 ImGui::Text("Keys release:"); for (int i = 0; i < IM_ARRAYSIZE(io.KeysDown); i++) if (ImGui::IsKeyReleased(i)) { ImGui::SameLine(); ImGui::Text("%d", i); }
H A Dimgui.cpp4071 bool ImGui::IsKeyReleased(int user_key_index) function in class:ImGui
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h646 IMGUI_API bool IsKeyReleased(int user_key_index); // was key released (went from Down to !Down)..
H A Dimgui.cpp4071 bool ImGui::IsKeyReleased(int user_key_index) function in class:ImGui

Completed in 130 milliseconds