mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-26 12:26:18 +00:00
Update ImGui submodule (#2779)
* update imgui submodule * fix imgui breaking changes * update ffmpeg-core submodule
This commit is contained in:
parent
6c2574364b
commit
aec6e330dc
4 changed files with 29 additions and 38 deletions
|
@ -50,14 +50,14 @@ inline void KeepWindowInside(ImVec2 display_size = GetIO().DisplaySize) {
|
|||
}
|
||||
|
||||
inline void KeepNavHighlight() {
|
||||
GetCurrentContext()->NavDisableHighlight = false;
|
||||
GetCurrentContext()->NavCursorVisible = true;
|
||||
}
|
||||
|
||||
inline void SetItemCurrentNavFocus(const ImGuiID id = -1) {
|
||||
const auto ctx = GetCurrentContext();
|
||||
SetFocusID(id == -1 ? ctx->LastItemData.ID : id, ctx->CurrentWindow);
|
||||
ctx->NavInitResult.Clear();
|
||||
ctx->NavDisableHighlight = false;
|
||||
ctx->NavCursorVisible = true;
|
||||
}
|
||||
|
||||
inline void DrawPrettyBackground() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue