Lines Matching +defs:val +defs:button
1964 void ImGuiStorage::SetInt(ImGuiID key, int val) in SetInt()
1975 void ImGuiStorage::SetBool(ImGuiID key, bool val) in SetBool()
1980 void ImGuiStorage::SetFloat(ImGuiID key, float val) in SetFloat()
1991 void ImGuiStorage::SetVoidPtr(ImGuiID key, void* val) in SetVoidPtr()
4079 bool ImGui::IsMouseDown(int button) in IsMouseDown()
4095 bool ImGui::IsMouseClicked(int button, bool repeat) in IsMouseClicked()
4113 bool ImGui::IsMouseReleased(int button) in IsMouseReleased()
4120 bool ImGui::IsMouseDoubleClicked(int button) in IsMouseDoubleClicked()
4127 bool ImGui::IsMouseDragging(int button, float lock_threshold) in IsMouseDragging()
4166 ImVec2 ImGui::GetMouseDragDelta(int button, float lock_threshold) in GetMouseDragDelta()
4178 void ImGui::ResetMouseDragDelta(int button) in ResetMouseDragDelta()
5830 void ImGui::PushStyleVar(ImGuiStyleVar idx, float val) in PushStyleVar()
5844 void ImGui::PushStyleVar(ImGuiStyleVar idx, const ImVec2& val) in PushStyleVar()