Allow "enable_long_press_as_right_click" to work on any platform(or desired ones) #12229
PeterMarques
started this conversation in
GUI
Replies: 1 comment
-
This property is implemented directly in Android-specific Kotlin code, so it would need to be reimplemented from scratch to work for other platforms. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
input_devices/pointing/android/enable_long_press_as_right_click is the path of the property.
The proposal is to change some core match code that checks the platform and enables it as set.
In other words, to change this setting (and the pan and gesture as well) from the Android sub-path, and having a bitfield to set the platforms that it should afect.
I only target html5, and i need this for mobile.
Beta Was this translation helpful? Give feedback.
All reactions