qt_web_browser: Focus on the first link element

Focusing on the first link element fixes element navigation upon loading the web applet in games such as Super Mario Odyssey
This commit is contained in:
jls47
2021-07-17 16:10:15 -07:00
committed by Morph
parent d6c799494c
commit 3109d1c3db
3 changed files with 22 additions and 0 deletions

View File

@ -161,6 +161,9 @@ private:
/// Loads the extracted fonts using JavaScript.
void LoadExtractedFonts();
/// Brings focus to the first available link element.
void FocusFirstLinkElement();
InputCommon::InputSubsystem* input_subsystem;
std::unique_ptr<UrlRequestInterceptor> url_interceptor;