[android] input over(lay)haul 1: Auto-hide input overlay setting #493
No reviewers
Labels
No labels
android
audio
bug
ci
cmake
confirmed
core
desktop
duplicate
enhancement
frontend
fw
git
graphics
loader
nv gpu
ui
vulkan
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
eden-emu/eden!493
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "kleidis/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
af7f98f5be5b37b9e9b9New commits pushed, approval review dismissed automatically according to repository settings
New commits pushed, approval review dismissed automatically according to repository settings
4c300d7809d838e96d90I am working on this "We will probably eventually want to add an auto-hide when controller is connected mayhaps" @crueter