From 80f616ff72d57980762834b4c5f7f89cfffe6a07 Mon Sep 17 00:00:00 2001 From: Mariotaku Date: Mon, 15 Jan 2024 12:47:18 +0900 Subject: [PATCH] updated appinfo document --- content/pages/appinfo.md | 7 +++++++ requirements.txt | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/content/pages/appinfo.md b/content/pages/appinfo.md index 1a6f570..87e0bec 100644 --- a/content/pages/appinfo.md +++ b/content/pages/appinfo.md @@ -85,6 +85,13 @@ followed by `.sig`) is required. The signature is Base64-encoded, with the underlying binary data being 256 bytes long. The signature algorithm is currently unknown. +## `cloudgame_active` [boolean] +Default: `false` + +This option allows application to handle game controller input. Since webOS 8.3.0 (FW 03.30.60), game controller input +becomes recognized as navigation and volume control. For applications that handle game controller input, this causes +double input. Setting this option to `true` will disable this behavior. + ## `vendorExtensions` [object] ### `vendorExtensions.userAgent` [string] diff --git a/requirements.txt b/requirements.txt index 2baeabc..662efb0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -pelican~=4.8 +pelican~=4.9 pelican-webassets~=2.0 -markdown~=3.5.1 +markdown~=3.5.2 ghp-import~=2.0 webassets~=2.0 cssmin~=0.2.0