1# Copyright 2024 The Android Open Source Project 2# 3# Licensed under the Apache License, Version 2.0 (the "License"); 4# you may not use this file except in compliance with the License. 5# You may obtain a copy of the License at 6# 7# http://www.apache.org/licenses/LICENSE-2.0 8# 9# Unless required by applicable law or agreed to in writing, software 10# distributed under the License is distributed on an "AS IS" BASIS, 11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12# See the License for the specific language governing permissions and 13# limitations under the License. 14 15# 16# Sony Playstation(R) DualSense 5 Controller 17# 18 19## Touchpad ## 20 21# Because of the way this touchpad is positioned, touches around the edges are 22# no more likely to be palms than ones in the middle, so remove the edge zones 23# from the palm classifier to increase the usable area of the pad. 24gestureProp.Palm_Edge_Zone_Width = 0 25gestureProp.Tap_Exclusion_Border_Width = 0 26 27gestureProp.Point_X_Out_Scale = 2.0 28gestureProp.Point_Y_Out_Scale = 2.0 29 30# TODO(b/351326684): Ideally "Scroll X Out Scale" and "Scroll Y Out Scale" 31# should be adjusted as well. Currently not supported in IDC files. 32