mirror of https://github.com/inolen/redream.git
lower navigation biasing along x axis to avoid unexpected navigation movements in game menu
This commit is contained in:
parent
3fed26256f
commit
4009efb586
|
@ -491,6 +491,9 @@ struct imgui *imgui_create() {
|
|||
io.SetClipboardTextFn = nullptr;
|
||||
io.GetClipboardTextFn = nullptr;
|
||||
|
||||
/* lessen navigation biasing */
|
||||
io.NavScoreScaleX = 0.5f;
|
||||
|
||||
g_imgui = imgui;
|
||||
|
||||
return imgui;
|
||||
|
|
Loading…
Reference in New Issue