[android] input over(lay)haul 1: Auto-hide input overlay setting #493
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "inix/eden:overlay-overhaul"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is step 1 of #47 which was the easiest to implement. How was this not implemented on yuzu already?
Would prefer if more people tested this than the usual amount.
We will probably eventually want to add an auto-hide when controller is connected mayhaps
@ -80,2 +80,4 @@
Settings::Specialization::Paired, true,
true};
Settings::Setting<u32> perf_overlay_border{linkage, 0, "input_overlay_auto_hide",
change varname here
@ -500,0 +511,4 @@
<item>@string/overlay_auto_hide_45s</item>
<item>@string/overlay_auto_hide_50s</item>
<item>@string/overlay_auto_hide_55s</item>
<item>@string/overlay_auto_hide_60s</item>
this should probably just be a spinbox
Do we have input settings type for INT settings like that on Android? I am ware of only StringInputSetting
This might require a custom Kotlin settings type, but I could be wrong
iirc we only have the SliderSetting. Probably wouldn't hurt to make a SpinBoxSetting.
Hmm, ill check it out. Could be useful later on.
Yes, but ill need to research how to do that, it will probably be the final part of the overhaul after grid snapping and porting stuff from Azahar
af7f98f5be
to5b37b9e9b9
New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
4c300d7809
tod838e96d90